branch: externals/gnorb
commit 41c6778771585cd5c5fb5ea0218f6d15f66ed050
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
nngnorb should be a virtual server
* nngnorb.el: Declare it so in the call to `gnus-declare-backend'
---
nngnorb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nngnorb.el b/nngnorb.el
index 7d6ddfc..47ab4ea 100644
--- a/nngnorb.el
+++ b/nngnorb.el
@@ -52,7 +52,7 @@
(make-variable-buffer-local 'nngnorb-attachment-file-list)
-(gnus-declare-backend "nngnorb" 'none)
+(gnus-declare-backend "nngnorb" 'post-mail 'virtual)
(add-to-list 'nnir-method-default-engines '(nngnorb . gnorb))