diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-19 18:07:17 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-19 18:07:17 -0400 |
commit | 53960d74c635567ba9c778f5b6777366e14d310d (patch) | |
tree | 4bfb7202900b13cbeded0ced2ff7cc3d6b243390 | |
parent | 0fd1733a944ad263453229ea22157333aaf7cf76 (diff) | |
download | configs-53960d74c635567ba9c778f5b6777366e14d310d.tar.gz configs-53960d74c635567ba9c778f5b6777366e14d310d.tar.xz configs-53960d74c635567ba9c778f5b6777366e14d310d.zip |
[{emacs,rc}/notmuch] add `latest' tag for newest batch of emails
and bind l on notmuch-hello for tag:latest
-rw-r--r-- | init.org | 4 | ||||
-rw-r--r-- | rc.org | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1215,6 +1215,10 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]]. "Search for `unread' tagged messages" (interactive) (notmuch-hello-search "tag:unread"))) + ("l" . (lambda () + "Search for `latest tagged messages" + (interactive) + (notmuch-hello-search "tag:latest"))) ("M" . (lambda () "Compose new mail and prompt for sender" (interactive) @@ -2146,7 +2146,8 @@ sieve-filter -eW -o postmaster_address=postmaster@aminb.org \ notmuch tag -new +sent -- from:amin@aminb.org or from:aminb@gnu.org or from:abandali@uwaterloo.ca or from:amin.bandali@uwaterloo.ca # initial tagging -notmuch tag +inbox +unread -new -- tag:new +notmuch tag -latest -- tag:latest +notmuch tag +inbox +unread +latest -new -- tag:new # apply tags to lists |