X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=274d7ec5591969ffda7269d2da98fc8b22754d77;hb=e9394932f7ccf71755faed8965876e6869e0eacb;hp=cb9be30177013e7fc24783fc77091357043c801b;hpb=b65bcb5f8f14863f810cf41b9d8c14afacc76ae5;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index cb9be301..274d7ec5 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -24,6 +24,15 @@ (defvar notmuch-command "notmuch" "Command to run the notmuch binary.") +(defgroup notmuch nil + "Notmuch mail reader for Emacs." + :group 'mail) + +(defcustom notmuch-folders '(("inbox" . "tag:inbox") ("unread" . "tag:unread")) + "List of searches for the notmuch folder view" + :type '(alist :key-type (string) :value-type (string)) + :group 'notmuch) + ;; XXX: This should be a generic function in emacs somewhere, not ;; here. (defun point-invisible-p ()