Gnus development mailing list
 help / color / mirror / Atom feed
* Do not want agantized, nnml backend.
@ 2002-08-26  2:21 小関 吉則
  2002-08-26 17:51 ` Simon Josefsson
  0 siblings, 1 reply; 12+ messages in thread
From: 小関 吉則 @ 2002-08-26  2:21 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

I'm using gnus-agent and nnml backend.

(setq gnus-select-method '(nnml ""))
(setq gnus-secondary-select-methods nil)

But when Unplugged, In Summary buffer marked %. I can't read
mails.

Agentized backend is Only nntp and nnimap???


[-- Attachment #2: Type: text/x-patch, Size: 1570 bytes --]

RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v
retrieving revision 6.1487
diff -u -r6.1487 ChangeLog
--- ChangeLog	2002/08/22 11:54:06	6.1487
+++ ChangeLog	2002/08/26 02:36:44
@@ -1,3 +1,9 @@
+2002-08-26  KOSEKI Yoshinori  <kose@meadowy.org>
+
+	* gnus-agent.el (gnus-agent-agentized-backend): New variable.
+	(gnus-agentize): Agentized, if When gnus-select-method is
+	gnus-agent-agentized-backend.
+
 2002-08-22  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 	* gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
Index: gnus-agent.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/gnus-agent.el,v
retrieving revision 6.73
diff -u -r6.73 gnus-agent.el
--- gnus-agent.el	2002/06/16 21:13:49	6.73
+++ gnus-agent.el	2002/08/26 02:36:45
@@ -156,6 +156,8 @@
 (defvar gnus-agent-send-mail-function nil)
 (defvar gnus-agent-file-coding-system 'raw-text)
 (defvar gnus-agent-file-loading-cache nil)
+(defvar gnus-agent-agentized-backend '(nntp nnimap)
+  "Agentized, When these backends.")
 
 ;; Dynamic variables
 (defvar gnus-headers)
@@ -418,7 +420,8 @@
 					 message-send-mail-real-function
 					 message-send-mail-function)
 	  message-send-mail-real-function 'gnus-agent-send-mail))
-  (unless gnus-agent-covered-methods
+  (when (and (not gnus-agent-covered-methods)
+	     (memq (car gnus-select-method) gnus-agent-agentized-backend))
     (setq gnus-agent-covered-methods (list gnus-select-method))))
 
 (defun gnus-agent-queue-setup ()

[-- Attachment #3: Type: text/plain, Size: 17 bytes --]

-- 
こせき

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2002-09-01 14:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-26  2:21 Do not want agantized, nnml backend 小関 吉則
2002-08-26 17:51 ` Simon Josefsson
2002-08-26 22:49   ` Dan Christensen
2002-08-27  2:28     ` Harry Putnam
2002-08-27 10:30       ` Simon Josefsson
2002-08-27 10:26     ` Simon Josefsson
2002-08-27 16:47       ` Harry Putnam
2002-08-27 18:06         ` Simon Josefsson
2002-08-28  3:43           ` Harry Putnam
2002-08-30  1:26       ` Jesper Harder
2002-09-01 14:24         ` Simon Josefsson
2002-08-27  0:58   ` 小関 吉則

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).