diff options
author | jao <jao@gnu.org> | 2025-09-20 19:03:07 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-20 19:03:07 +0100 |
commit | abda6921e5a013051fc9fcd5de8d682be1a4d44d (patch) | |
tree | 4779d6a07912e62fb89a9d6a5a97d61786c22d8d /custom/jao-custom-notmuch.el | |
parent | 889b21138993a67a286f380bbc6d4ca56e475b42 (diff) | |
download | elibs-abda6921e5a013051fc9fcd5de8d682be1a4d44d.tar.gz elibs-abda6921e5a013051fc9fcd5de8d682be1a4d44d.tar.bz2 |
jao-r2e: new package to handle rss2email subscriptions
Diffstat (limited to 'custom/jao-custom-notmuch.el')
-rw-r--r-- | custom/jao-custom-notmuch.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 85150fa..a0dba56 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -185,11 +185,6 @@ '("new" "unread" "flagged" "signed" "sent" "attachment" "forwarded" "inbox" "encrypted" "gmane" "gnus" "feeds" "rss" "mce" "trove" "prog" "emacs")) -(defun jao-notmuch--subtags (tag &rest excl) - (let* ((cmd (concat "notmuch search --output=tags tag:" tag)) - (ts (split-string (shell-command-to-string cmd)))) - (seq-difference ts (append jao-notmuch--shared-tags (cons tag excl))))) - (setq notmuch-archive-tags '("+trove" "-new" "-drivel" "-words" "-inbox") notmuch-show-mark-read-tags '("-new" "-unread") notmuch-tag-formats |