]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nnmh.el (nnmh-request-expire-articles): Work for the case nnmail-expiry...
authorBen Bacarisse <ben.lists@bsb.me.uk>
Mon, 23 Mar 2015 08:02:01 +0000 (08:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 23 Mar 2015 08:02:01 +0000 (08:02 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnmh.el

index 592f34d6fbfa2607787394d1ac472c9c215b1e87..1c8dff615d83903b622a40d195b20d8f6816713c 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
+
+       * nnmh.el (nnmh-request-expire-articles):
+       Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
+
 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * message.el (message-smtpmail-send-it): Remove the mail header
index 9be0c14884e0c248c884d2b0377df63ba71859d3..04270a554cf398b630e04c4eb339911580ff1ad1 100644 (file)
@@ -259,12 +259,12 @@ as unread by Gnus.")
                                               &optional server force)
   (nnmh-possibly-change-directory newsgroup server)
   (let ((is-old t)
+       (dir nnmh-current-directory)
        article rest mod-time)
     (nnheader-init-server-buffer)
 
     (while (and articles is-old)
-      (setq article (concat nnmh-current-directory
-                           (int-to-string (car articles))))
+      (setq article (concat dir (int-to-string (car articles))))
       (when (setq mod-time (nth 5 (file-attributes article)))
        (if (and (nnmh-deletable-article-p newsgroup (car articles))
                 (setq is-old