summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-10 00:34:46 +0100
committerjao <jao@gnu.org>2021-05-10 00:35:05 +0100
commit45d0402daf089e825aa08b85bdab77e1a95f22c5 (patch)
treef7fd08b69d69def9677e418649c7857854c4156b /email.org
parentc0c462c65b49ca1bde69cfd6e41d5bd66eb10ed8 (diff)
downloadelibs-45d0402daf089e825aa08b85bdab77e1a95f22c5.tar.gz
elibs-45d0402daf089e825aa08b85bdab77e1a95f22c5.tar.bz2
gnus minibuffer notifications
Diffstat (limited to 'email.org')
-rw-r--r--email.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/email.org b/email.org
index 74920d3..a1ff941 100644
--- a/email.org
+++ b/email.org
@@ -742,8 +742,9 @@
notmuch tag +deleted +trash -new -unread -- "folder:trash and tag:new"
- XDG_RUNTIME_DIR='/run/user/1000' \
- /usr/local/bin/emacsclient -e '(jao-notmuch-update-minibuffer)' > /dev/null
+ # XDG_RUNTIME_DIR='/run/user/1000' \
+ # /usr/local/bin/emacsclient -e '(jao-notmuch-update-minibuffer)' > /dev/null
+
#+end_src
*** expire shell script
#+begin_src bash :tangle ./bin/notmuch-expire.sh :tangle-mode (identity #o755)