comparison lisp/net/imap.el @ 110039:459fd421257a

gnus-group-completing-read: Add 'substring to completion-styles for group selection; imap.el, mailcap.el, message.el, mm-util.el, nnheader.el, nnmail.el, pop3.el: Remove references to outdated systems; References to win32 w32 mswindows ms-windows emx were probably cargo-culted, and are removed for clarity; By Lars Magne Ingebrigtsen <larsi@gnus.org>.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 30 Aug 2010 23:24:56 +0000
parents d835100c3e8b
children 8d09094063d0
comparison
equal deleted inserted replaced
110038:6939db1ee97b 110039:459fd421257a
265 "Default username to use." 265 "Default username to use."
266 :group 'imap 266 :group 'imap
267 :type 'string) 267 :type 'string)
268 268
269 (defcustom imap-read-timeout (if (string-match 269 (defcustom imap-read-timeout (if (string-match
270 "windows-nt\\|os/2\\|emx\\|cygwin" 270 "windows-nt\\|os/2\\|cygwin"
271 (symbol-name system-type)) 271 (symbol-name system-type))
272 1.0 272 1.0
273 0.1) 273 0.1)
274 "*How long to wait between checking for the end of output. 274 "*How long to wait between checking for the end of output.
275 Shorter values mean quicker response, but is more CPU intensive." 275 Shorter values mean quicker response, but is more CPU intensive."