Nico Golde:
[apps/madmutt.git] / contrib / sample.muttngrc
index 23b782e..eda5cab 100644 (file)
@@ -503,7 +503,7 @@ my_hdr X-GnuPG-KeyID: 8BCAC169
 my_hdr X-GnuPG-Fingerprint: 95F3 5951 6091 8F46 82B9  EE2E 9686 20D3 8BCA C169
 
 # My X-Editor-header. Look strange. ;)
-my_hdr X-Editor: `vim --version | grep IMp | awk -F"(" '{ print $1 }'|sed 's/[ ]$//g'`.`vim --version | rev |grep cnI | awk '{ print $1}' | rev | awk -F "1-" '{ print $2 }'`
+#my_hdr X-Editor: `vim --version | grep IMp | awk -F"(" '{ print $1 }'|sed 's/[ ]$//g'`.`vim --version | rev |grep cnI | awk '{ print $1}' | rev | awk -F "1-" '{ print $2 }'`
 
 # My From-header.
 my_hdr From: akneib@foobar.tld
@@ -603,7 +603,7 @@ save-hook .                                           +archiv/save-`date +%Y-%m`
 
 
 # Send-Hooks. No PGP-autosign for all messages.
-send-hook . "unset pgp_autosign"
+send-hook . "unset crypt_autosign"
 
 # Define an atriibution-line an a from-header which use, 
 # when send a message to this mailinglist.
@@ -612,11 +612,11 @@ send-hook ^mailingliste@.*invalid\\.foo$ \
 
 # PGP-autoencrypt and set a new attribution-line for this recipient.
 send-hook ^gerd.geppert@(bar|foobar|invalid)\\.tld \
-      'set pgp_autoencrypt attribution="Hallo %v,\n\n* Du schriebst:\n" ; my_hdr From: "Andreas Kneib" <akneib@inval.id>'
+      'set crypt_autoencrypt attribution="Hallo %v,\n\n* Du schriebst:\n" ; my_hdr From: "Andreas Kneib" <akneib@inval.id>'
 
 # PGP-autosign and set a new attribution-line for this recipient.
 send-hook ^.*@foobar.invalid \
-      'set pgp_autosign attribution="Hallo %v,\n\n* Du schriebst:\n"'
+      'set crypt_autosign attribution="Hallo %v,\n\n* Du schriebst:\n"'
 
 
 # Send-hook for newsgroups. "!~t." means: Messages with no To:-header.