Gnus development mailing list
 help / color / mirror / Atom feed
From: dave-mlist@bfnet.com
Subject: Re: best setup for qmail and gnus
Date: 01 Dec 1999 15:22:30 -0500	[thread overview]
Message-ID: <yge7liyh0mx.fsf@knave.bfnet.com> (raw)
In-Reply-To: Carsten Leonhardt's message of "01 Dec 1999 03:48:39 +0100"

I would rather have qmail split my mail than gnus.  One reason is
because qmail runs in the background, while I have to wait for gnus to
run in the foreground.  Another reason is that in my case, qmail
already knows how to split the mail, and I'd rather not have to tell
Gnus how to (that's redundant).

I have appended my .gnus file.  Notice that I have set two
mail-sources.  I would like these mail-sources to go into different
groups, preferably "test" and "misc".  Is there an easy way to do
this?

Dave

(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)

; Put the "Incoming*" files here
(setq mail-source-directory "~/Mail/Incoming/")
(setq mail-sources '((maildir :path "/home/dave/Mail/test/Maildir/new")
		     (maildir :path "/home/dave/Mail/misc/Maildir/new")))
;(setq gnus-select-method '(nnml "private"))
(setq gnus-secondary-select-methods `((nnml "")
				      (nnfolder "archive")))
(setq gnus-uncacheable-groups "^nnml")

(setq gnus-startup-file (concat gnus-directory ".newsrc"))
(setq nnmail-message-id-cache-file (concat gnus-directory ".nnmail-cache"))
(setq nnmail-treat-duplicates 'delete)
(setq mail-source-crash-box (concat gnus-directory ".emacs-mail-crash-box"))
(setq nnmail-message-id-cache-length 10000)
(setq mail-source-delete-incoming nil)

(setq gnus-visible-headers "^From:\\|^Subject:\\|^Newsgroups:\\|To:\\|Cc:")

(setq user-mail-address "dave@bfnet.com")
(setq system-name "bfnet.com")
(setq mail-host-address "bfnet.com")
(setq message-from-style nil)
(setq message-user-organization "Berkeley Fluent Network")

(setq nnfolder-directory "~/Mail/archives")
(setq nnfolder-get-new-mail nil)

(setq message-send-mail-function 'message-send-mail-with-qmail) 
(setq mail-user-agent 'message-user-agent)
(setq message-qmail-inject-program "/home/dave/perl/qmail-inject-wrapper")


  reply	other threads:[~1999-12-01 20:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-01  0:08 dave-mlist
1999-12-01  2:48 ` Carsten Leonhardt
1999-12-01 20:22   ` dave-mlist [this message]
1999-12-01 12:48 ` Kai Großjohann

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=yge7liyh0mx.fsf@knave.bfnet.com \
    --to=dave-mlist@bfnet.com \
    /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).