Fix paren typo in the 'junk handling.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 24 Sep 2010 16:03:43 +0000 (18:03 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 24 Sep 2010 16:03:43 +0000 (18:03 +0200)
From Michael Welsh Duggan.

lisp/ChangeLog
lisp/nnimap.el

index 4497722..249d77e 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>
+
+       * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
+       handling.
+
 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
index 2d4f0de..42fe4d4 100644 (file)
@@ -1154,8 +1154,8 @@ not done by default on servers that doesn't support that command.")
              ;; And then mark the successful copy actions as deleted,
              ;; and possibly expunge them.
              (nnimap-mark-and-expunge-incoming
-              (nnimap-parse-copied-articles sequences))
-             (nnimap-mark-and-expunge-incoming junk-articles))))))))
+              (nnimap-parse-copied-articles sequences)))
+            (nnimap-mark-and-expunge-incoming junk-articles)))))))
 
 (defun nnimap-mark-and-expunge-incoming (range)
   (when range