Gnus development mailing list
 help / color / mirror / Atom feed
* more agent problems
@ 2002-07-09  8:21 NAGY Andras
  2002-07-09  8:31 ` NAGY Andras
  2002-07-09 12:23 ` Kai Großjohann
  0 siblings, 2 replies; 4+ messages in thread
From: NAGY Andras @ 2002-07-09  8:21 UTC (permalink / 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



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

end of thread, other threads:[~2002-07-09 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-09  8:21 more agent problems NAGY Andras
2002-07-09  8:31 ` NAGY Andras
2002-07-09 12:23 ` Kai Großjohann
2002-07-09 13:41   ` NAGY Andras

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).