* lisp/gnus/gnus.el (gnus-valid-select-methods): We need a value for
post/mail/none in order to conform to the option type.
* lisp/gnus/nnatom.el: This call to gnus-declare-backend does the exact
same thing as above, and needs to be adjusted accordingly.
(cherry picked from commit
97a2710554fbd10a0c866e890f507e391620e769)
("nnimap" post-mail address prompt-address physical-address respool
server-marks cloud)
("nnmaildir" mail respool address server-marks)
- ("nnatom" address)
+ ("nnatom" none address)
("nnnil" none))
"An alist of valid select methods.
The first element of each list lists should be a string with the name
(defvoo nnatom-read-parts-function #'nnatom--read-parts
nil nnfeed-read-parts-function)
-(gnus-declare-backend (symbol-name nnatom-backend) 'address)
+(gnus-declare-backend (symbol-name nnatom-backend) 'none 'address)
(provide 'nnatom)