use afew for tagging
This commit is contained in:
parent
9fd709b6f2
commit
20f299ed36
6 changed files with 194 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
initial_command = search NOT tag:killed AND NOT tag:archived
|
||||
initial_command = search not tag:archived
|
||||
periodic_hook_frequency = 60
|
||||
|
||||
attachment_prefix = /data/temporary
|
||||
|
@ -11,8 +11,8 @@ editor_cmd = "dvtm 'vis %s'"
|
|||
[[posteo]]
|
||||
realname = Felix Van der Jeugt
|
||||
address = felix.vanderjeugt@posteo.net
|
||||
aliases = felixvdj@zeus.ugent.be
|
||||
alias_regexp = felix\.vanderjeugt\+.+@posteo.net
|
||||
aliases = felixvdj@zeus.ugent.be, ninewise@posteo.be
|
||||
alias_regexp = (felix\.vanderjeugt\+.+@posteo.net|felixvdj\+.+@posteo\.be)
|
||||
gpg_key = 68FF561137C38F9618E97339AF25A2C2862AA368
|
||||
sendmail_command = /usr/bin/msmtp --account=posteo -t
|
||||
sent_box = maildir:///data/mail/posteo/Sent
|
||||
|
@ -65,7 +65,7 @@ editor_cmd = "dvtm 'vis %s'"
|
|||
t = toggletags selected; move down
|
||||
|
||||
[[search]]
|
||||
x = tag killed
|
||||
x = tag spam
|
||||
a = tag archived
|
||||
A = untag archived
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue