gnus.el (gnus-valid-select-methods): Fix custom type
This commit is contained in:
parent
6a3818523e
commit
4650d5fa0e
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus.el (gnus-valid-select-methods): Fix custom type.
|
||||
|
||||
2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* auth-source.el (auth-sources, auth-source-backend-parse)
|
||||
|
|
|
@ -1647,12 +1647,13 @@ this variable. I think."
|
|||
(const :format "%v " mail)
|
||||
(const :format "%v " none)
|
||||
(const post-mail))
|
||||
(checklist :inline t
|
||||
(checklist :inline t :greedy t
|
||||
(const :format "%v " address)
|
||||
(const :format "%v " prompt-address)
|
||||
(const :format "%v " physical-address)
|
||||
(const :format "%v " virtual)
|
||||
(const respool))))
|
||||
(const virtual)
|
||||
(const :format "%v " respool)
|
||||
(const server-marks))))
|
||||
:version "24.1")
|
||||
|
||||
(defun gnus-redefine-select-method-widget ()
|
||||
|
|
Loading…
Add table
Reference in a new issue