/[emacs]/emacs/lisp/gnus/nnimap.el
ViewVC logotype

Diff of /emacs/lisp/gnus/nnimap.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by miles, Fri Sep 17 09:26:42 2004 UTC revision 1.18 by miles, Mon Sep 20 12:03:05 2004 UTC
# Line 211  variable is the symbol `default' the def Line 211  variable is the symbol `default' the def
211  used (which currently is nil, unless you use a statistical  used (which currently is nil, unless you use a statistical
212  spam.el test); if this variable is another non-nil value bodies  spam.el test); if this variable is another non-nil value bodies
213  will be downloaded."  will be downloaded."
214      :version "21.4"
215    :group 'nnimap    :group 'nnimap
216    :type '(choice (const :tag "Let system decide" deault)    :type '(choice (const :tag "Let system decide" deault)
217                   boolean))                   boolean))
# Line 219  will be downloaded." Line 220  will be downloaded."
220    
221  (defcustom nnimap-close-asynchronous t  (defcustom nnimap-close-asynchronous t
222    "Close mailboxes asynchronously in `nnimap-close-group'.    "Close mailboxes asynchronously in `nnimap-close-group'.
223  This means that errors cought by nnimap when closing the mailbox will  This means that errors caught by nnimap when closing the mailbox will
224  not prevent Gnus from updating the group status, which may be harmful.  not prevent Gnus from updating the group status, which may be harmful.
225  However, it increases speed."  However, it increases speed."
226      :version "21.4"
227    :type 'boolean    :type 'boolean
228    :group 'nnimap)    :group 'nnimap)
229    
# Line 230  However, it increases speed." Line 232  However, it increases speed."
232  This increases the speed of closing mailboxes (quiting group) but may  This increases the speed of closing mailboxes (quiting group) but may
233  decrease the speed of selecting another mailbox later.  Re-selecting  decrease the speed of selecting another mailbox later.  Re-selecting
234  the same mailbox will be faster though."  the same mailbox will be faster though."
235      :version "21.4"
236    :type 'boolean    :type 'boolean
237    :group 'nnimap)    :group 'nnimap)
238    
# Line 242  more carefully for new mail. Line 245  more carefully for new mail.
245    
246  In summary, the default is O((1-p)*k+p*n) and changing it to nil makes  In summary, the default is O((1-p)*k+p*n) and changing it to nil makes
247  it O(n).  If p is small, then the default is probably faster."  it O(n).  If p is small, then the default is probably faster."
248      :version "21.4"
249    :type 'boolean    :type 'boolean
250    :group 'nnimap)    :group 'nnimap)
251    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26