replace inbox tag with archived tag
This commit is contained in:
parent
21759ab1dd
commit
9b3143afd6
3 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
initial_command = search (tag:inbox OR tag:draft) AND NOT tag:killed
|
||||
initial_command = search NOT tag:killed AND NOT tag:archived
|
||||
periodic_hook_frequency = 60
|
||||
|
||||
attachment_prefix = /data/temporary
|
||||
|
@ -15,7 +15,7 @@ prefer_plaintext = True
|
|||
sendmail_command = /usr/bin/msmtp --account=gmail -t
|
||||
sent_box = maildir:///data/mail/gmail/Sent
|
||||
draft_box = maildir:///data/mail/gmail/Sent
|
||||
sent_tags = inbox
|
||||
sent_tags = # none
|
||||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
|
@ -33,7 +33,7 @@ prefer_plaintext = True
|
|||
sendmail_command = /usr/bin/msmtp --account=ugent -t
|
||||
sent_box = maildir:///data/mail/ugent/Sent
|
||||
draft_box = maildir:///data/mail/ugent/Sent
|
||||
sent_tags = inbox
|
||||
sent_tags = # none
|
||||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
|
@ -45,4 +45,7 @@ prefer_plaintext = True
|
|||
[bindings]
|
||||
|
||||
t = toggletags selected; move down
|
||||
x = 'toggletags inbox,killed'
|
||||
|
||||
[[search]]
|
||||
x = toggletags killed
|
||||
a = toggletags archived
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue