From ef74b59a8642e73b7fa15bc4003b6a45dd8265d0 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 27 Feb 2022 20:26:18 +0000 Subject: gnus is a cat --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index a5a96f8..d092111 100644 --- a/init.org +++ b/init.org @@ -1665,7 +1665,7 @@ (let* ((url+title (if (consp url) url (list url))) (url (car url+title)) (title (cdr url+title)) - (cats (jao-notmuch--feed-tags "feeds"))) + (cats (jao-notmuch--subtags "feeds"))) (if url (let ((url (if (string-match "^feed:" url) (substring url 5) url))) (when (y-or-n-p (format "Subscribe to <%s>? " url)) @@ -1681,7 +1681,7 @@ * Email #+begin_src emacs-lisp (setq jao-afio-mail-function 'notmuch) - ;; (setq jao-afio-mail-function 'gnus) + (setq jao-afio-mail-function 'gnus) (jao-load-org "email") #+end_src * PDFs -- cgit v1.2.3