-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsend-hooks
More file actions
18 lines (13 loc) · 1.22 KB
/
send-hooks
File metadata and controls
18 lines (13 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim: set ft=muttrc
#
# hooks defined here will be triggered when composing email
send-hook . "set signature='fortune ~/.signatures/general|'"
send-hook "~L linsong.qizi@gmail\.org" "my_hdr From: Vincent Wang <linsong.qizi@gmail.com> ; my_hdr Reply-To: Vincent Wang <linsong.qizi@gmail.com>"
send-hook "~L vincent@linsong\.org" "my_hdr From: Vincent Wang <vincent@linsong.org> ; my_hdr Reply-To: Vincent Wang <vincent@linsong.org>"
send-hook "~L wangwei@linsong\.org" "my_hdr From: Wang Wei <wangwei@linsong.org> ; my_hdr Reply-To: Wang Wei <wangwei@linsong.org>"
# disabled after I left seravia
#send-hook "~t @seravia\.com|~f @seravia.com|~L vincent@seravia\.com" "my_hdr From: Vincent Wang <vincent@seravia.com> ; my_hdr Reply-To: Vincent Wang <vincent@seravia.com> ; set signature=~/.signatures/seravia"
#send-hook "(~x exoweb\.net | ~h \"^In-[Rr]eply-[Tt]o: .*exoweb\.net\")" "my_hdr From: Vincent Wang <vincent@exoweb.net>"
#send-hook "(~x nordicbet\.com | ~h \"^In-[Rr]eply-[Tt]o: .*nordicbet\.com\")" "my_hdr From: Vincent Wang <vincent@exoweb.net>"
#send-hook "~f exoweb\.net|~f nordicbet\.com" "set from='Vincent Wang <vincent@exoweb.net>'"
#send-hook "~f qnite\.com|~L vincent@qnite\.com" "my_hdr From: Vincent Wang <vincent@qnite.com>"