about summary refs log tree commit diff stats
path: root/notmuch/default/hooks/post-new
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch/default/hooks/post-new')
-rwxr-xr-xnotmuch/default/hooks/post-new10
1 files changed, 5 insertions, 5 deletions
diff --git a/notmuch/default/hooks/post-new b/notmuch/default/hooks/post-new index 744c334..b60ea78 100755 --- a/notmuch/default/hooks/post-new +++ b/notmuch/default/hooks/post-new
@@ -13,10 +13,10 @@
13# When I have that installed, I want to move this to ~/.config/notmuch. 13# When I have that installed, I want to move this to ~/.config/notmuch.
14 14
15# Update tags based on folders 15# Update tags based on folders
16for fdir in ~/var/mail/fastmail/* ; do 16# for fdir in ~/var/mail/fastmail/* ; do
17 if [[ $(basename "$fdir") != "INBOX" ]]; then 17# if [[ $(basename "$fdir") != "INBOX" ]]; then
18 notmuch tag +$(basename "$fdir") -inbox -- "folder:${fdir##$HOME/var/mail/}" 18# notmuch tag +$(basename "$fdir") -inbox -- "folder:${fdir##$HOME/var/mail/}"
19 fi 19# fi
20done 20# done
21 21
22notmuch tag --batch --input="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch/post-new.tags" 22notmuch tag --batch --input="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch/post-new.tags"