I know what account I sent this mail with
This commit is contained in:
parent
0685351054
commit
d8bc0cb275
@ -2,6 +2,9 @@
|
|||||||
initial_command = search tag:inbox OR tag:draft AND NOT tag:killed
|
initial_command = search tag:inbox OR tag:draft AND NOT tag:killed
|
||||||
periodic_hook_frequency = 60
|
periodic_hook_frequency = 60
|
||||||
|
|
||||||
|
attachment_prefix = /data/temporary
|
||||||
|
prefer_plaintext = True
|
||||||
|
|
||||||
[accounts]
|
[accounts]
|
||||||
|
|
||||||
[[gmail]]
|
[[gmail]]
|
||||||
@ -11,7 +14,7 @@ periodic_hook_frequency = 60
|
|||||||
sendmail_command = /usr/bin/msmtp --account=gmail -t
|
sendmail_command = /usr/bin/msmtp --account=gmail -t
|
||||||
sent_box = maildir:///data/mail/gmail/Sent
|
sent_box = maildir:///data/mail/gmail/Sent
|
||||||
draft_box = maildir:///data/mail/gmail/Sent
|
draft_box = maildir:///data/mail/gmail/Sent
|
||||||
sent_tags = inbox, gmail
|
sent_tags = inbox
|
||||||
sign_by_default = True
|
sign_by_default = True
|
||||||
|
|
||||||
[[ugent]]
|
[[ugent]]
|
||||||
@ -22,7 +25,7 @@ periodic_hook_frequency = 60
|
|||||||
sendmail_command = /usr/bin/msmtp --account=ugent -t
|
sendmail_command = /usr/bin/msmtp --account=ugent -t
|
||||||
sent_box = maildir:///data/mail/ugent/Sent
|
sent_box = maildir:///data/mail/ugent/Sent
|
||||||
draft_box = maildir:///data/mail/ugent/Sent
|
draft_box = maildir:///data/mail/ugent/Sent
|
||||||
sent_tags = inbox, ugent
|
sent_tags = inbox
|
||||||
sign_by_default = True
|
sign_by_default = True
|
||||||
|
|
||||||
[bindings]
|
[bindings]
|
||||||
|
Loading…
Reference in New Issue
Block a user