X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=contrib%2Fsample.muttngrc;h=eda5cab2fb10b744ab66f686f4b9507c71a1f8d4;hb=182468398773e3de240bf548e62a015c58583dd7;hp=23b782e5f7ed7acf83a4bb56dba57a5922aa979d;hpb=c3b4e01c2a35f1deb308ec4ca5224e031a4576bb;p=apps%2Fmadmutt.git diff --git a/contrib/sample.muttngrc b/contrib/sample.muttngrc index 23b782e..eda5cab 100644 --- a/contrib/sample.muttngrc +++ b/contrib/sample.muttngrc @@ -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" ' + 'set crypt_autoencrypt attribution="Hallo %v,\n\n* Du schriebst:\n" ; my_hdr From: "Andreas Kneib" ' # 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.