diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-02-23 15:03:10 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-02-23 15:03:10 -0500 |
| commit | 36a274dbc066068ff25b839e21ce3b82ec292c88 (patch) | |
| tree | 7e3de8bafab79cfa86c93f467413b8f43273a8a5 /email/dot-config/notmuch/default/hooks | |
| parent | b29aab34dff6b76fd8eb067d51d2fe41be594616 (diff) | |
Diffstat (limited to 'email/dot-config/notmuch/default/hooks')
| -rwxr-xr-x | email/dot-config/notmuch/default/hooks/post-new | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/email/dot-config/notmuch/default/hooks/post-new b/email/dot-config/notmuch/default/hooks/post-new index 5a02ff0..f94c08e 100755 --- a/email/dot-config/notmuch/default/hooks/post-new +++ b/email/dot-config/notmuch/default/hooks/post-new @@ -8,14 +8,12 @@ notmuch tag +archived -unread -inbox -- folder:mit/Archive # tag emails in the Deleted folder as deleted notmuch tag +sent -unread -inbox -- folder:mit/Sent -notmuch tag +sent -unread -inbox -- folder:m.r.karimi.j@gmail.com/Sent # remove "unread" from "replied" notmuch tag -unread -- tag:replied # tag my replies as "sent" notmuch tag -unread +sent -- '(from:"moreka@mit.edu*" not to:"moreka@mit.edu*" not to:"moreka@MIT.EDU*" not tag:archived)' -notmuch tag -unread +sent -- '(from:"m.r.karimi.j@gmail.com*" not to:"m.r.karimi.j@gmail.com*" not tag:archived)' # tag 18650 stuff for spring 26 correctly notmuch tag +18650 -- '(("18650" or "18.650" or body:"/18\.?650/" or subject:"/18\.?650/" or from:"18.650 on Piazza" or from:"MIT-Canvas") and date:2025-12-22..)' |
