From f8c4fcf533cf9d3c3c0d058410e95edf2d09c9de Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 28 Jun 2024 17:52:24 -0600 Subject: Remove notmuch --- .config/emacs/gnus.el | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to '.config/emacs/gnus.el') diff --git a/.config/emacs/gnus.el b/.config/emacs/gnus.el index e52186c..30bc329 100644 --- a/.config/emacs/gnus.el +++ b/.config/emacs/gnus.el @@ -18,18 +18,11 @@ (setopt gnus-secondary-select-methods '((nntp "news.gwene.org") (nnmaildir "personal" - (directory "~/.ml/personal") - (gnus-search-engine gnus-search-notmuch - (remove-prefix "~/.ml/personal"))) + (directory "~/.ml/personal")) (nnmaildir "umass" - (directory "~/.ml/umass") - (gnus-search-engine gnus-search-notmuch - (remove-prefix "~/.ml/umass"))) + (directory "~/.ml/umass")) (nnmaildir "gmail" - (directory "~/.ml/gmail") - (gnus-search-engine gnus-search-notmuch - (remove-prefix "~/.ml/gmail"))))) - + (directory "~/.ml/gmail")))) (setopt gnus-face-3 'calendar-today gnus-face-4 'calendar-weekend-header -- cgit v1.2.3