mutt: accounts: Add missing message hooks
We still will probably get mails from sanchayan@domain. Add a message hook to select the correct account for the same.
This commit is contained in:
parent
3bfeef46a7
commit
57ef401a11
1 changed files with 7 additions and 5 deletions
|
@ -17,6 +17,8 @@ message-hook '~t .*' 'source ~/.mutt/accounts/sanchayan-net'
|
|||
folder-hook trash$ unset trash
|
||||
|
||||
# Add some message hooks to automatically select the proper account when replying to an email
|
||||
message-hook '~t ^sanchayan@sanchayanmaity\.net$' 'source ~/.mutt/accounts/sanchayan-net'
|
||||
message-hook '~t ^sanchayan@sanchayanmaity\.com$' 'source ~/.mutt/accounts/sanchayan-com'
|
||||
message-hook '~t ^me@sanchayanmaity\.net$' 'source ~/.mutt/accounts/sanchayan-net'
|
||||
message-hook '~t ^me@sanchayanmaity\.com$' 'source ~/.mutt/accounts/sanchayan-com'
|
||||
message-hook '~t ^sanchayan@asymptotic\.io$' 'source ~/.mutt/accounts/asymptotic'
|
||||
|
|
Loading…
Reference in a new issue