]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

comment out obsolete pgp_mime settings
authormartin f. krafft <madduck@madduck.net>
Wed, 13 Jul 2016 09:41:11 +0000 (11:41 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 13 Jul 2016 09:41:11 +0000 (11:41 +0200)
.mutt/muttrc

index dc5a3cf2070eddca9458dd50e7c1e3fc41662663..6571ea003327851863f621f6cb8d4c7be5e151c0 100644 (file)
@@ -1847,7 +1847,7 @@ set mime_forward=ask-yes
 # This option sets the filename used for signature parts in PGP/MIME
 # signed messages.
 # 
-set pgp_mime_signature_filename="digital_signature_gpg.asc"
+#set pgp_mime_signature_filename="digital_signature_gpg.asc"
 # 
 # set pgp_mime_signature_description="Digital signature"
 #
@@ -1855,7 +1855,7 @@ set pgp_mime_signature_filename="digital_signature_gpg.asc"
 # Type: string
 # Default: "Digital signature"
 # 
-set pgp_mime_signature_description="Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)"
+#set pgp_mime_signature_description="Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)"
 # 
 # This option sets the Content-Description used for signature parts in
 # PGP/MIME signed messages.