comparison lisp/gnus/nnimap.el @ 96488:a30459da1bd7

* nnimap.el (nnimap-id): * sieve-manage.el (sieve-manage-open): Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 02 Jul 2008 13:17:41 +0000
parents be43dd7afc91
children d13d583ff5cc
comparison
equal deleted inserted replaced
96487:5b7442d7d9ce 96488:a30459da1bd7
422 If this is 'imap-mailbox-lsub, then use a server-side subscription list to 422 If this is 'imap-mailbox-lsub, then use a server-side subscription list to
423 restrict visible folders.") 423 restrict visible folders.")
424 424
425 (defcustom nnimap-id nil 425 (defcustom nnimap-id nil
426 "Plist with client identity to send to server upon login. 426 "Plist with client identity to send to server upon login.
427 Nil means no information is sent, symbol `no' to disable ID query 427 A nil value means no information is sent, symbol `no' to disable ID query
428 alltogheter, or plist with identifier-value pairs to send to 428 altogether, or plist with identifier-value pairs to send to
429 server. RFC 2971 describes the list as follows: 429 server. RFC 2971 describes the list as follows:
430 430
431 Any string may be sent as a field, but the following are defined to 431 Any string may be sent as a field, but the following are defined to
432 describe certain values that might be sent. Implementations are free 432 describe certain values that might be sent. Implementations are free
433 to send none, any, or all of these. Strings are not case-sensitive. 433 to send none, any, or all of these. Strings are not case-sensitive.