From 6a727170bfbf6174ffe27633090d903d18ea2428 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 5 Jun 2021 16:24:15 +0100 Subject: nits --- gnus.org | 5 +++-- lib/eos/jao-ednc.el | 4 +++- 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)) -- cgit v1.2.3