diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-02 01:42:32 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-02 01:42:32 +0000 |
commit | c9fc72fa5acddcdc670a2eb89a777f48fb031820 (patch) | |
tree | 32bcbc2b4fe4797bc8469b3aea4c11b3021ad7fd /lisp/gnus/nnfolder.el | |
parent | 36a806f35776e884b6228f72030993284789c785 (diff) | |
download | emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.tar.gz emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.tar.bz2 emacs-c9fc72fa5acddcdc670a2eb89a777f48fb031820.zip |
Delete all trailing white space.
Diffstat (limited to 'lisp/gnus/nnfolder.el')
-rw-r--r-- | lisp/gnus/nnfolder.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnfolder.el b/lisp/gnus/nnfolder.el index 6923c538673..6413e98cc1e 100644 --- a/lisp/gnus/nnfolder.el +++ b/lisp/gnus/nnfolder.el @@ -494,7 +494,7 @@ the group. Then the marks file will be regenerated properly by Gnus.") (nnfolder-save-active nnfolder-group-alist nnfolder-active-file) (gnus-sorted-difference articles (nreverse deleted-articles))))) -(deffoo nnfolder-request-move-article (article group server accept-form +(deffoo nnfolder-request-move-article (article group server accept-form &optional last move-is-internal) (save-excursion (let ((buf (get-buffer-create " *nnfolder move*")) @@ -552,7 +552,7 @@ the group. Then the marks file will be regenerated properly by Gnus.") (while (re-search-backward (concat "^" nnfolder-article-marker) nil t) (delete-region (point) (progn (forward-line 1) (point)))) (when nnmail-cache-accepted-message-ids - (nnmail-cache-insert (nnmail-fetch-field "message-id") + (nnmail-cache-insert (nnmail-fetch-field "message-id") group (nnmail-fetch-field "subject") (nnmail-fetch-field "from"))) |