(imap-ping-server): Change defcustom :version from 23.0 to 23.1.
This commit is contained in:
parent
dd22fbf6d1
commit
ab74c815cf
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-02-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
|
||||
* gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
|
||||
* gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
|
||||
* nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
|
||||
Change defcustom :version from 23.0 to 23.1.
|
||||
|
||||
2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* gnus-art.el: Use with-current-buffer.
|
||||
|
|
|
@ -1153,7 +1153,7 @@ necessary. If nil, the buffer name is generated."
|
|||
(defcustom imap-ping-server t
|
||||
"If non-nil, check if IMAP is open.
|
||||
See the function `imap-ping-server'."
|
||||
:version "23.0" ;; No Gnus
|
||||
:version "23.1" ;; No Gnus
|
||||
:group 'imap
|
||||
:type 'boolean)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue