Gnus development mailing list
 help / color / mirror / Atom feed
From: "小関 吉則" <kose@meadowy.org>
Subject: Do not want agantized, nnml backend.
Date: Mon, 26 Aug 2002 11:21:38 +0900	[thread overview]
Message-ID: <20020826xjc3ct25php.kose@wizard.tamra.co.jp> (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 --]

-- 
こせき

             reply	other threads:[~2002-08-26  2:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-26  2:21 小関 吉則 [this message]
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   ` 小関 吉則

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020826xjc3ct25php.kose@wizard.tamra.co.jp \
    --to=kose@meadowy.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).