summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
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)