summaryrefslogtreecommitdiff
path: root/lisp/net/imap.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-08-30 23:24:56 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-08-30 23:24:56 +0000
commitf5ec697d93e389a9e770bdf336148f5e9505817f (patch)
treea0991f4b2257e03b2e35d2ec7615fabb7fb557f9 /lisp/net/imap.el
parente17b68ed837cc835c46b4e518d05810a73997ac5 (diff)
downloademacs-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.el2
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)