replace inbox tag with archived tag

This commit is contained in:
Felix Van der Jeugt 2017-10-20 10:28:52 +02:00
parent 21759ab1dd
commit 9b3143afd6
No known key found for this signature in database
GPG key ID: 58B209295023754D
3 changed files with 11 additions and 8 deletions

View file

@ -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