]> 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:

use send2-hook instead of send-hook
authormartin f. krafft <madduck@madduck.net>
Wed, 3 Mar 2010 08:22:52 +0000 (09:22 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 3 Mar 2010 08:23:33 +0000 (09:23 +0100)
.mutt/hooks

index aa7d01bff0d5214996b2cc7fbefca986c1567304..97e0e6a8d782accb22a8a66be48406229f38ea90 100644 (file)
@@ -4,17 +4,17 @@ send-hook . 'set record==store'
 #send-hook '~f phd(\\+.+)?@martin-krafft\\.net' 'set record=^'
 
 #send-hook '~C @bugs\.debian\.org' 'my_hdr X-Debbugs-No-Ack: please spare me'
-send-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'
+send2-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'
 #send-hook '~C -request@' 'my_hdr X-Record: discard'
 
 fcc-hook -request@ '=discard'
 send-hook '~s "Re: confirm" ~t -request@' 'unset crypt_autosign'
 
 # do not set M-F-T on mails to the git mailing list
-send-hook . 'set followup_to'
-send-hook '~C git@vger\.kernel\.org' 'unset followup_to'
+send2-hook . 'set followup_to'
+send2-hook '~C git@vger\.kernel\.org' 'unset followup_to'
 
-send-hook '~C @members\.ebay\.com' 'set envelope_from'
+send2-hook '~C @members\.ebay\.com' 'set envelope_from'
 
 # do a <group-reply> for L when sending to the git mailing list
 # http://marc.info/?l=mutt-users&m=118734866910357&w=2