diff options
author | Marc Coquand <marc@coquand.email> | 2025-01-07 17:52:53 +0100 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2025-01-07 17:52:53 +0100 |
commit | d5ac7d2ef562c276225f6f9019be7b9a00d399a2 (patch) | |
tree | ffed2b816f238b98e785cb64d2f87d9ac4397a1a /home/dots/mail/.notmuch/hooks/pre-new | |
parent | 34f3845769670dc5799d60d5201ed8ca637968a5 (diff) | |
download | guix-d5ac7d2ef562c276225f6f9019be7b9a00d399a2.tar.gz guix-d5ac7d2ef562c276225f6f9019be7b9a00d399a2.tar.bz2 guix-d5ac7d2ef562c276225f6f9019be7b9a00d399a2.zip |
.
Diffstat (limited to '')
-rwxr-xr-x | home/dots/mail/.notmuch/hooks/pre-new | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/home/dots/mail/.notmuch/hooks/pre-new b/home/dots/mail/.notmuch/hooks/pre-new index 949d909..b39a33c 100755 --- a/home/dots/mail/.notmuch/hooks/pre-new +++ b/home/dots/mail/.notmuch/hooks/pre-new @@ -1,8 +1,2 @@ #!/run/current-system/profile/bin/bash -notmuch search --output=files "path:/.*/INBOX/" tag:home and tag:deleted | while IFS= read -r f; do mv -v $f $(echo $f | sed 's/INBOX/Trash/' | sed 's/,U=[0-9]*:/:/'); done - -notmuch search --output=files "path:/.*/INBOX/" tag:home and tag:receipt and not tag:inbox | while IFS= read -r f; do mv -v $f $(echo $f | sed 's/INBOX/Archive\/Receipt/' | sed 's/,U=[0-9]*:/:/'); done - -notmuch search --output=files "path:/.*/INBOX/" tag:home and tag:flight and not tag:inbox | while IFS= read -r f; do mv -v $f $(echo $f | sed 's/INBOX/Archive\/Flight/' | sed 's/,U=[0-9]*:/:/'); done - -notmuch search --output=files "path:/.*/INBOX/" tag:home and not tag:inbox | while IFS= read -r f; do mv -v $f $(echo $f | sed 's/INBOX/Archive/' | sed 's/,U=[0-9]*:/:/'); done +# Home |