]> git.donarmstrong.com Git - mail.git/commitdiff
avoid matching on r-sig-debian
authorDon Armstrong <don@donarmstrong.com>
Mon, 26 Mar 2012 22:51:07 +0000 (22:51 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 26 Mar 2012 22:51:07 +0000 (22:51 +0000)
.muttrc

diff --git a/.muttrc b/.muttrc
index 4fd02db110070c7c698092a84e096c21bc9a234a..fc65d6c21950d0d062250c30388c4d8cf0174e1d 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -719,7 +719,7 @@ send-hook "(~C submit@bugs.debian.org |~C control@bugs.debian.org |~C \d+@bugs.d
 set signature='~/lib/signature_stuff/pick_a_quote.pl|'
 
 send-hook '~t build ~s success' "set signature='' pgp_autosign=yes indent_string='' edit_headers=no editor='~/bin/buildd_script' fast_reply=yes pgp_create_traditional=yes include=yes pgp_sign_as=0x9D05D0BE"
-send-hook '!(~t build ~s success)' "set pgp_autosign=yes indent_string='> ' editor='~/bin/sane_editor' edit_headers=yes fast_reply=no pgp_create_traditional=no include=yes signature='~/lib/signature_stuff/pick_a_quote.pl|' pgp_sign_as=0xD98C0FBA"
+send-hook '!(~t build ~s success)' "set pgp_autosign=yes indent_string='> ' editor='~/bin/sane_editor' autoedit=yes edit_headers=yes fast_reply=no pgp_create_traditional=no include=yes signature='~/lib/signature_stuff/pick_a_quote.pl|' pgp_sign_as=0xD98C0FBA"
 
 
 # Fix the Mail-Followup-To for sdondley
@@ -727,7 +727,7 @@ send-hook . unmy_hdr "Mail-Followup-To";
 send-hook "(~f sdondley@gmail.com|~f s@gmail.com|~f s@dondley.com)" my_hdr "Mail-Followup-To: Don Armstrong <don@donarmstrong.com>";
 
 # Debian folder hooks
-folder-hook debian my_hdr "From: Don Armstrong <don@debian.org>"
+folder-hook debian- my_hdr "From: Don Armstrong <don@debian.org>"
 folder-hook bdo_role my_hdr "From: Don Armstrong <don@debian.org>"
 folder-hook bdo_role my_hdr "Reply-To: owner@bugs.debian.org"
 folder-hook bdo_role my_hdr "Cc: owner@bugs.debian.org"