[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master f4692fa: Make nnml save the .overview file when use
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master f4692fa: Make nnml save the .overview file when used as an expiry target |
Date: |
Thu, 12 Apr 2018 10:54:05 -0400 (EDT) |
branch: master
commit f4692fa290e4dca3a636f6872a9b4bc61797b008
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Make nnml save the .overview file when used as an expiry target
* lisp/gnus/nnmail.el (nnmail-expiry-target-group): Always pass in
the `last' parameter to the acceptance function so that backends
like nnml save the .overview file (bug#24499). This may slow down
some use cases.
---
lisp/gnus/nnmail.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index 5083fa2..aa909cc 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -1900,7 +1900,7 @@ If TIME is nil, then return the cutoff time for oldness
instead."
(unless (eq target 'delete)
(when (or (gnus-request-group target nil nil (gnus-get-info target))
(gnus-request-create-group target))
- (let ((group-art (gnus-request-accept-article target nil nil t)))
+ (let ((group-art (gnus-request-accept-article target nil t t)))
(when (and (consp group-art)
(cdr group-art))
(gnus-group-mark-article-read target (cdr group-art))))))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master f4692fa: Make nnml save the .overview file when used as an expiry target,
Lars Ingebrigtsen <=