X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fnnmh.el;h=e814774c6f99f0e3a41152e144cf05b0bae572be;hb=9b741e050b400987d68ff761c6cc3276c932839c;hp=24829dd7acb629b0c19bf0abbaf3ab3b005bd40a;hpb=191eb7a2bfcd2b268e24faa9933bc190db941cc4;p=elisp%2Fgnus.git- diff --git a/lisp/nnmh.el b/lisp/nnmh.el index 24829dd..e814774 100644 --- a/lisp/nnmh.el +++ b/lisp/nnmh.el @@ -44,27 +44,19 @@ (nnoo-declare nnmh) (defvoo nnmh-directory message-directory - "*Mail spool directory. - -This variable is a virtual server slot. See the Gnus manual for details.") + "Mail spool directory.") (defvoo nnmh-get-new-mail t - "*If non-nil, nnmh will check the incoming mail file and split the mail. - -This variable is a virtual server slot. See the Gnus manual for details.") + "If non-nil, nnmh will check the incoming mail file and split the mail.") (defvoo nnmh-prepare-save-mail-hook nil - "*Hook run narrowed to an article before saving. - -This variable is a virtual server slot. See the Gnus manual for details.") + "Hook run narrowed to an article before saving.") (defvoo nnmh-be-safe nil - "*If non-nil, nnmh will check all articles to make sure whether they are new or not. + "If non-nil, nnmh will check all articles to make sure whether they are new or not. Go through the .nnmh-articles file and compare with the actual articles in this folder. The articles that are \"new\" will be marked -as unread by Gnus. - -This variable is a virtual server slot. See the Gnus manual for details.") +as unread by Gnus.") @@ -333,7 +325,7 @@ This variable is a virtual server slot. See the Gnus manual for details.") (not (equal group "draft"))) (nnmail-check-syntax)) (when nnmail-cache-accepted-message-ids - (nnmail-cache-insert (nnmail-fetch-field "message-id"))) + (nnmail-cache-insert (nnmail-fetch-field "message-id") group)) (nnheader-init-server-buffer) (prog1 (if (stringp group) @@ -442,7 +434,7 @@ This variable is a virtual server slot. See the Gnus manual for details.") (pathname-coding-system nnmail-pathname-coding-system)) (if (file-directory-p pathname) (setq nnmh-current-directory pathname) - (error "No such newsgroup: %s" newsgroup))))) + (nnheader-report 'nnmh "Not a directory: %s" nnmh-directory))))) (defun nnmh-possibly-create-directory (group) (let (dir dirs)