Some simple mapping (inbox, sent, trash, archive, drafts) to the Personal map file, with the option to extend for private mappings with dotter.
16 lines
415 B
Text
16 lines
415 B
Text
Inbox = tag:inbox AND not tag:list
|
|
Archive = tag:archive AND not tag:junk AND not tag:spam
|
|
All = '*'
|
|
Drafts = tag:draft
|
|
Sent = tag:sent
|
|
Trash = tag:trash
|
|
|
|
# tags
|
|
label/unread = tag:unread and not tag:trash
|
|
label/replied = tag:replied and not tag:trash
|
|
label/important = tag:flagged or tag:important and not tag:trash
|
|
label/junk = tag:junk and not tag:trash
|
|
|
|
{{#each mail_aerc_notmuch_label_map}}
|
|
{{this}}
|
|
{{/each}}
|