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:
parent
c42eb76ed5
commit
5c00274a5d
@ -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
|
||||||
|
@ -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[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user