summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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))