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,8 +17,10 @@ message-hook '~t .*' 'source ~/.mutt/accounts/sanchayan-net'
|
||||||
folder-hook trash$ unset trash
|
folder-hook trash$ unset trash
|
||||||
|
|
||||||
# Add some message hooks to automatically select the proper account when replying to an email
|
# Add some message hooks to automatically select the proper account when replying to an email
|
||||||
message-hook '~t ^me@sanchayanmaity\.net$' 'source ~/.mutt/accounts/sanchayan-net'
|
message-hook '~t ^sanchayan@sanchayanmaity\.net$' 'source ~/.mutt/accounts/sanchayan-net'
|
||||||
message-hook '~t ^me@sanchayanmaity\.com$' 'source ~/.mutt/accounts/sanchayan-com'
|
message-hook '~t ^sanchayan@sanchayanmaity\.com$' 'source ~/.mutt/accounts/sanchayan-com'
|
||||||
message-hook '~t ^sanchayan@asymptotic\.io$' 'source ~/.mutt/accounts/asymptotic'
|
message-hook '~t ^me@sanchayanmaity\.net$' 'source ~/.mutt/accounts/sanchayan-net'
|
||||||
message-hook '~t ^maitysanchayan@gmail\.com$' 'source ~/.mutt/accounts/sanchayan'
|
message-hook '~t ^me@sanchayanmaity\.com$' 'source ~/.mutt/accounts/sanchayan-com'
|
||||||
message-hook '~t ^maitysanchayan@fastmail\.com$' 'source ~/.mutt/accounts/fastmail'
|
message-hook '~t ^sanchayan@asymptotic\.io$' 'source ~/.mutt/accounts/asymptotic'
|
||||||
|
message-hook '~t ^maitysanchayan@gmail\.com$' 'source ~/.mutt/accounts/sanchayan'
|
||||||
|
message-hook '~t ^maitysanchayan@fastmail\.com$' 'source ~/.mutt/accounts/fastmail'
|
||||||
|
|
Loading…
Reference in a new issue