comparison lisp/gnus/imap.el @ 89983:0796fc36c2bd

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 21 Sep 2004 09:34:12 +0000
parents cce1c0ee76ee 497f0d2ca551
children ff0e824afa37
comparison
equal deleted inserted replaced
89982:56440e073a4d 89983:0796fc36c2bd
225 The `process-connection-type' variable control type of device 225 The `process-connection-type' variable control type of device
226 used to communicate with subprocesses. Values are nil to use a 226 used to communicate with subprocesses. Values are nil to use a
227 pipe, or t or `pty' to use a pty. The value has no effect if the 227 pipe, or t or `pty' to use a pty. The value has no effect if the
228 system has no ptys or if all ptys are busy: then a pipe is used 228 system has no ptys or if all ptys are busy: then a pipe is used
229 in any case. The value takes effect when a IMAP server is 229 in any case. The value takes effect when a IMAP server is
230 opened, changing it after that has no effect.." 230 opened, changing it after that has no effect."
231 :version "21.4"
231 :group 'imap 232 :group 'imap
232 :type 'boolean) 233 :type 'boolean)
233 234
234 (defcustom imap-use-utf7 t 235 (defcustom imap-use-utf7 t
235 "If non-nil, do utf7 encoding/decoding of mailbox names. 236 "If non-nil, do utf7 encoding/decoding of mailbox names.