[gnus git] branch master updated: m0-5-63-gc54845f =1= nnir: Add 'virtual ability to nnir backend.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c54845f946c28e8361dc77fb09a873d72b69f967 (commit)
from 2e7838bdefbc824f61c29198df286d0bcbf01a36 (commit)
- Log -----------------------------------------------------------------
commit c54845f946c28e8361dc77fb09a873d72b69f967
Author: Andrew Cohen <[email protected]>
Date: Sun Jul 22 19:50:05 2012 -0400
nnir: Add 'virtual ability to nnir backend.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dcf2bfc..591943c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-22 Andrew Cohen <[email protected]>
+
+ * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
+
2012-07-21 Julien Danjou <[email protected]>
* message.el (message-dont-reply-to-names): Replace deprecated
diff --git a/lisp/nnir.el b/lisp/nnir.el
index 3126d58..1d78703 100644
--- a/lisp/nnir.el
+++ b/lisp/nnir.el
@@ -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:
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/nnir.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project