From: Lars Magne Ingebrigtsen Date: Fri, 29 Oct 2010 23:21:48 +0000 (+0200) Subject: Note that the INBOX has been selected. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=5a2aa34b11bf5ba8488a10de1f50998d14dc2eab Note that the INBOX has been selected. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b03837bb5..f31925d41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-10-29 Lars Magne Ingebrigtsen + + * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been + selected. + 2010-10-29 Stephen Berman (tiny change) * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 43dbbb8e9..4b6b50b82 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -1612,6 +1612,7 @@ textual parts.") new-articles) (erase-buffer) (nnimap-command "SELECT %S" nnimap-inbox) + (setf (nnimap-group nnimap-object) group) (setq new-articles (nnimap-new-articles (nnimap-get-flags "1:*"))) (when new-articles (nnimap-fetch-inbox new-articles)