Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac0215a3
Commit
ac0215a3
authored
Feb 10, 2013
by
Katsumi Yamaoka
Browse files
lisp/gnus/nnir.el ("nnir"): Add 'virtual ability to nnir backend
parent
e78e7e48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/nnir.el
lisp/gnus/nnir.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
ac0215a3
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
...
...
lisp/gnus/nnir.el
View file @
ac0215a3
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment