Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Alexander Kotelnikov <sacha@myxomop.com>
To: info-gnus-english@gnu.org
Subject: running one gnus in offline and periodically fetch mail with agent
Date: Thu, 02 Apr 2009 15:01:15 -0700	[thread overview]
Message-ID: <m2skkqg1g4.fsf@hopper.internal.illumita.com> (raw)

Yet another question.

Does anyone use such practice, is there any problems (say, can you
really run two gnuses concurrently?). Once upon a time I used

(defun gnus-agent-batch-cycle()
  "Periodically retrieve/send mail and news"
  (let ((i 0)
	(delay 90)
	)
    (while t
      (setq i (+ i 1))
      (gnus-agent-batch)
      (if (= i 1) (gnus-demon-cancel))
      (message 
       "gnus-agent-batch-cycle (%d) sleeping for %d seconds at %s" 
       i delay (current-time-string))
      (sleep-for delay)
      )
    )
  )

and I remember, I had certain problem.

A

             reply	other threads:[~2009-04-02 22:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-02 22:01 Alexander Kotelnikov [this message]
2009-04-03  5:51 ` Tassilo Horn
2009-04-04  1:42   ` Alexander Kotelnikov

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=m2skkqg1g4.fsf@hopper.internal.illumita.com \
    --to=sacha@myxomop.com \
    --cc=info-gnus-english@gnu.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).