summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-05 16:24:15 +0100
committerjao <jao@gnu.org>2021-06-05 16:24:15 +0100
commit6a727170bfbf6174ffe27633090d903d18ea2428 (patch)
treeb6404200ba69fd7a13330cd940b5cad0605d5e0d
parentca8a4fafe65413f63adf4ce6e50b69174a41f12b (diff)
downloadelibs-6a727170bfbf6174ffe27633090d903d18ea2428.tar.gz
elibs-6a727170bfbf6174ffe27633090d903d18ea2428.tar.bz2
nits
-rw-r--r--gnus.org5
-rw-r--r--lib/eos/jao-ednc.el4
2 files changed, 6 insertions, 3 deletions
diff --git a/gnus.org b/gnus.org
index ba3a9b5..8d2f587 100644
--- a/gnus.org
+++ b/gnus.org
@@ -138,7 +138,8 @@
* IMAP servers
#+begin_src emacs-lisp
;; archiving messages
- (setq gnus-message-archive-group nil)
+ (setq gnus-message-archive-group nil
+ nnimap-quirks nil)
;; imap
(when jao-gnus-use-local-imap
@@ -312,7 +313,7 @@
#'jao-notmuch-goto-message-in-gnus))
#+end_src
*** gnus-recent
- #+begin_src emacs-lisp :load no
+ #+begin_src emacs-lisp :tangle no
(use-package gnus-recent
:ensure t
:after gnus
diff --git a/lib/eos/jao-ednc.el b/lib/eos/jao-ednc.el
index 0e7b8c3..1a85123 100644
--- a/lib/eos/jao-ednc.el
+++ b/lib/eos/jao-ednc.el
@@ -58,7 +58,9 @@
(add-to-list 'jao-ednc--handlers (cons app handler)))
(defun jao-ednc-ignore-app (app)
- (jao-ednc-add-handler app (lambda (not _) (ednc-dismiss-notification not))))
+ (jao-ednc-add-handler app
+ (lambda (not _)
+ (when not (ednc-dismiss-notification not)))))
(defun jao-ednc--clean (&optional notification)
(tracking-remove-buffer (get-buffer ednc-log-name))