Gnus development mailing list
 help / color / mirror / Atom feed
From: Thomas Hippensteele <thippen@aloha.net>
Subject: Double mail download, v5.8.4
Date: 21 Apr 2000 10:04:13 -1000	[thread overview]
Message-ID: <wkem7zi5ky.fsf@aloha.net> (raw)

Hello.

This morning I made some changes on how I download mail, and now Gnus
insists on writing all my Pop mail to the crashbox instead of my
nnmail folders.  Probably a configuration problem.

The changes:  I now use Rmail, managed with Epop3mail, to download
mail from the company mail server to Emacs at home.  Gnus is now only
for my personal account.

Now, suddenly, when I start Gnus it writes all of my mail to the
crashbox.  I have to restart it to get the mail from there to the
nnmail folders.

Configuration from .gnus follows:
-------------------
(setq gnus-select-method '(nntp "my.news.server"))

(setq user-mail-address "me@network.name")

(load-library "smtpmail")
(setq smtpmail-default-smtp-server "my.mail.server")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "my.mail.server")

(load-library "message")
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-debug-info nil)

(setq gnus-secondary-select-methods '((nnml "my.mail.server")))
(setq gnus-message-archive-group "mail.SENT")
(setq gnus-large-newsgroup nil)

(setq nnml-spool-file "po:me@network.name")

(setq mail-sources 
	'((pop :server "my.mail.server"
			:user "me"
			:password "mypassword")))

(setq nnmail-split-methods
'(
	("mail.DingList" ".*ding@.*")
	("mail.JDE" ".*JDE.*")	
(etc.,etc.,etc.,)
------------------

Anyone have an idea what could be going wrong?

Thanks,

-- 
Tom Hippensteele




             reply	other threads:[~2000-04-21 20:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-21 20:04 Thomas Hippensteele [this message]
2000-04-21 20:45 ` Shenghuo ZHU
2000-04-21 21:45 ` Kai Großjohann
2000-04-21 22:12   ` Thomas Hippensteele
2000-04-21 21:38 Thomas Hippensteele
2000-04-22 20:48 ` Thomas Hippensteele

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=wkem7zi5ky.fsf@aloha.net \
    --to=thippen@aloha.net \
    /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).