summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-17 04:07:24 +0100
committerjao <jao@gnu.org>2021-05-17 04:07:24 +0100
commitf014851d98970f07d1515805060dd55678284f27 (patch)
treee81b5ca165cb0e06560cad50b187970eb1f586cb /email.org
parentc9a67ca0ab874b53e61fcd651c9afc1e5dd7b4f4 (diff)
downloadelibs-f014851d98970f07d1515805060dd55678284f27.tar.gz
elibs-f014851d98970f07d1515805060dd55678284f27.tar.bz2
email/news search tweaks
Diffstat (limited to 'email.org')
-rw-r--r--email.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/email.org b/email.org
index 6c107f2..8454f13 100644
--- a/email.org
+++ b/email.org
@@ -344,13 +344,18 @@
(jao-list-mailboxes base)))
'("jao" "bigml" "feeds" "trove")))
+ (defvar jao-consult-notmuch-history nil)
+
(defun jao-consult-notmuch-folder (&optional tree folder)
(interactive "P")
(let* ((root "~/var/mail/")
(folder (if folder
(file-name-as-directory folder)
(completing-read "Folder: "
- jao-consult-notmuch-folders)))
+ jao-consult-notmuch-folders
+ nil nil nil
+ jao-consult-notmuch-history
+ ".")))
(folder (replace-regexp-in-string "/\\(.\\)" ".\\1" folder))
(init (read-string "Initial query: "))
(init (format "folder:/%s/ %s" folder init)))
@@ -417,6 +422,8 @@
tag_directory jao
tag_directory feeds
+ notmuch tag +gmane -- tag:new AND folder:/gmane/
+
tag_deleted "bigml.(drivel|lists|deploys|bugs)" 3d
tag_deleted "bigml.reports" 1d
tag_deleted "bigml.support$" 7d