diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 23:24:56 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-30 23:24:56 +0000 |
commit | f5ec697d93e389a9e770bdf336148f5e9505817f (patch) | |
tree | a0991f4b2257e03b2e35d2ec7615fabb7fb557f9 /lisp/net/imap.el | |
parent | e17b68ed837cc835c46b4e518d05810a73997ac5 (diff) | |
download | emacs-f5ec697d93e389a9e770bdf336148f5e9505817f.tar.gz |
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>.
Diffstat (limited to 'lisp/net/imap.el')
-rw-r--r-- | lisp/net/imap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/imap.el b/lisp/net/imap.el index f9c89cd8162..785b02a2d41 100644 --- a/lisp/net/imap.el +++ b/lisp/net/imap.el @@ -267,7 +267,7 @@ See also `imap-log'." :type 'string) (defcustom imap-read-timeout (if (string-match - "windows-nt\\|os/2\\|emx\\|cygwin" + "windows-nt\\|os/2\\|cygwin" (symbol-name system-type)) 1.0 0.1) |