Gnus development mailing list
 help / color / mirror / Atom feed
From: NAGY Andras <nagya@inf.elte.hu>
Subject: more agent problems
Date: Tue, 09 Jul 2002 10:21:55 +0200	[thread overview]
Message-ID: <dzc7kk59uqk.fsf@mamut.elte.hu> (raw)

My non-agentized nnml backend does not get new mail when the agent is
offline.

,----[ .gnus ]
| ;; --------------------------------------------------------------------
| ;; Select methods
| ;; --------------------------------------------------------------------
| (setq gnus-select-method '(nnnil))
| 
| (setq nnmail-message-id-cache-file "~/gnus/.nnmail-cache")
| (setq nnmail-message-id-cache-length 10000)
| (setq nnmail-cache-accepted-message-ids t)
| 
| (setq mail-sources '((maildir :path "~/gnus/incoming/")))
| (setq mail-source-delete-incoming t)
| 
| (setq gnus-secondary-select-methods
|       '((nnml "mail"
| 	      (nnml-directory "~/gnus/mail")
| 	      (nnml-active-file "~/gnus/mail/active")
| 	      (nnml-newsgroups-file "~/gnus/mail/active")
| 	      (nnml-get-new-mail t))
| 	(nntp "news"
| 	      (nntp-address "ludens.elte.hu"))))
| 
`----


News/agent/lib/servers:
  ("nntp:news")

News/agent/lib/categories:
  ((default true nil nil))



The incoming dir has a message, the agent is unplugged and I press `g'
in the group buffer:

  Reading active file via nnnil...done
  Reading active file from mail via nnml...
  Opening nnml server on mail...done
  nnml: Reading incoming mail from maildir...
  nnml: Reading incoming mail (no new mail)...done
  Reading active file from mail via nnml...done
  Reading active file from news via nntp...
  Checking new news...done

  
I switch to plugged mode and press `1g' (so that the unavailable news
server which is agentized is not contacted):

  Checking new news...
  nnml: Reading incoming mail from maildir...
  Wrote /home/nagya/gnus/mail/mail/misc/2121
  nnml: Reading incoming mail (1 new)...done
  Checking new news...done



Andras



             reply	other threads:[~2002-07-09  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-09  8:21 NAGY Andras [this message]
2002-07-09  8:31 ` NAGY Andras
2002-07-09 12:23 ` Kai Großjohann
2002-07-09 13:41   ` NAGY Andras

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=dzc7kk59uqk.fsf@mamut.elte.hu \
    --to=nagya@inf.elte.hu \
    /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).