/[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.6.2.6 by miles, Thu Sep 16 00:14:56 2004 UTC revision 1.6.2.7 by miles, Wed Oct 6 05:21:53 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    
# Line 812  function is generally only called when G Line 816  function is generally only called when G
816    ;; BEWARE: we used to use string-as-multibyte here which is braindead    ;; BEWARE: we used to use string-as-multibyte here which is braindead
817    ;; because it will turn accidental emacs-mule-valid byte sequences    ;; because it will turn accidental emacs-mule-valid byte sequences
818    ;; into multibyte chars.  --Stef    ;; into multibyte chars.  --Stef
819    (funcall (if (and (fboundp 'string-to-multibyte)    ;; Reverted, braindead got 7.5 out of 10 on imdb, so it can't be
820                      (subrp (symbol-function 'string-to-multibyte)))    ;; that bad. --Simon
821                 'string-to-multibyte    (funcall (if (and (fboundp 'string-as-multibyte)
822                        (subrp (symbol-function 'string-as-multibyte)))
823                   'string-as-multibyte
824               'identity)               'identity)
825             (or string "")))             (or string "")))
826    

Legend:
Removed from v.1.6.2.6  
changed lines
  Added in v.1.6.2.7

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