tag based on file location, simplify tagging order, ignore mbsync files, more spammers
This commit is contained in:
parent
20f299ed36
commit
6f38137503
6 changed files with 48 additions and 24 deletions
|
@ -1,11 +1,13 @@
|
|||
|
||||
initial_command = search not tag:archived
|
||||
initial_command = search query:inbox
|
||||
periodic_hook_frequency = 60
|
||||
|
||||
attachment_prefix = /data/temporary
|
||||
prefer_plaintext = True
|
||||
editor_cmd = "dvtm 'vis %s'"
|
||||
|
||||
theme = "mutt"
|
||||
|
||||
[accounts]
|
||||
|
||||
[[posteo]]
|
||||
|
@ -18,6 +20,7 @@ editor_cmd = "dvtm 'vis %s'"
|
|||
sent_box = maildir:///data/mail/posteo/Sent
|
||||
draft_box = maildir:///data/mail/posteo/Drafts
|
||||
sent_tags = # none
|
||||
passed_tags = # none
|
||||
sign_by_default = False
|
||||
|
||||
[[[abook]]]
|
||||
|
@ -35,6 +38,7 @@ editor_cmd = "dvtm 'vis %s'"
|
|||
sent_box = maildir:///data/mail/gmail/Sent
|
||||
draft_box = maildir:///data/mail/gmail/Sent
|
||||
sent_tags = # none
|
||||
passed_tags = # none
|
||||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
|
@ -52,6 +56,7 @@ editor_cmd = "dvtm 'vis %s'"
|
|||
sent_box = maildir:///data/mail/ugent/Sent
|
||||
draft_box = maildir:///data/mail/ugent/Sent
|
||||
sent_tags = # none
|
||||
passed_tags = # none
|
||||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue