1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added new account tags

This commit is contained in:
Ryan Kes 2019-03-19 16:16:01 +01:00
parent c42eb76ed5
commit 5c00274a5d
2 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,7 @@ other_email=ryan@andthensome.nl;
# in the mail store. # in the mail store.
# #
[new] [new]
tags=unread;inbox; tags=new
ignore= ignore=
# Search configuration # Search configuration

View File

@ -2,6 +2,8 @@
notmuch new notmuch new
notmuch tag +inbox +new -- tag:new notmuch tag +inbox +new -- tag:new
notmuch tag -new -inbox +sent -- from:alrayyes@gmail.com or from:ryan@andthensome.nl notmuch tag -new -inbox +sent -- from:alrayyes@gmail.com or from:ryan@andthensome.nl
notmuch tag +gmail -- to:alrayyes@gmail.com
notmuch tag +andthensome -- to:ryan@andthensome.nl
ACCOUNTS=( "gmail" "andthensome") ACCOUNTS=( "gmail" "andthensome")
for ACCOUNT in "${ACCOUNTS[@]}" for ACCOUNT in "${ACCOUNTS[@]}"