comparison lisp/gnus/imap.el @ 57153:497f0d2ca551

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 20 Sep 2004 12:03:05 +0000
parents 55fd4f77387a
children 2d9a1d1ac73d 0796fc36c2bd
comparison
equal deleted inserted replaced
57152:bb857995295b 57153:497f0d2ca551
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.