lisp/gnus/nnir.el ("nnir"): Add 'virtual ability to nnir backend
This commit is contained in:
parent
5d9c6f17db
commit
b152f5d36f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
|
||||
done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenlly.)
|
||||
|
||||
2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
|
||||
|
||||
* auth-source.el (auth-source-format-prompt): Don't get confused by
|
||||
|
|
|
@ -298,7 +298,7 @@ is `(valuefunc member)'."
|
|||
(defvoo nnir-address nil
|
||||
"The address of the nnir server.")
|
||||
|
||||
(gnus-declare-backend "nnir" 'mail)
|
||||
(gnus-declare-backend "nnir" 'mail 'virtual)
|
||||
|
||||
|
||||
;;; User Customizable Variables:
|
||||
|
|
Loading…
Add table
Reference in a new issue