X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=4894012a09b02617cde6d2ffd07aa4d7131806c7;hb=7df0e611df9275bf2330bc73895e2d729a157adc;hp=428ae6c4742158800d8693eb4d81a12dcd09c71c;hpb=98cf886120066c20d0f6a69c6dcfc50741badca5;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 428ae6c4..4894012a 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -55,6 +55,7 @@ (require 'notmuch-show) (require 'notmuch-mua) (require 'notmuch-hello) +(require 'notmuch-maildir-fcc) (defcustom notmuch-search-result-format `(("date" . "%s ") @@ -659,11 +660,6 @@ characters as well as `_.+-'. (apply 'notmuch-call-notmuch-process "tag" (append action-split (list notmuch-search-query-string) nil)))) -(defcustom notmuch-folders (quote (("inbox" . "tag:inbox") ("unread" . "tag:unread"))) - "List of searches for the notmuch folder view" - :type '(alist :key-type (string) :value-type (string)) - :group 'notmuch) - (defun notmuch-search-buffer-title (query) "Returns the title for a buffer with notmuch search results." (let* ((folder (rassoc-if (lambda (key)