2007-05-24 Simon Josefsson <simon@josefsson.org>
authorSimon Josefsson <jas@extundo.com>
Thu, 24 May 2007 15:16:12 +0000 (15:16 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 24 May 2007 15:16:12 +0000 (15:16 +0000)
* nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.

lisp/ChangeLog
lisp/nnimap.el

index bb83413..011bbfc 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-24  Simon Josefsson  <simon@josefsson.org>
+
+       * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
+       to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
+
 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * message.el (message-narrow-to-headers-or-head): Ignore
index 6c4183c..06adfde 100644 (file)
@@ -250,7 +250,7 @@ it O(n).  If p is small, then the default is probably faster."
   :type 'boolean
   :group 'nnimap)
 
-(defvoo nnimap-need-unselect-to-notice-new-mail nil
+(defvoo nnimap-need-unselect-to-notice-new-mail t
   "Unselect mailboxes before looking for new mail in them.
 Some servers seem to need this under some circumstances.")