info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: beginner splitting mail


From: Emanuel Berg
Subject: Re: beginner splitting mail
Date: Tue, 01 Jul 2014 01:57:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Steven Arntson <steven@stevenarntson.com> writes:

> (setq nnmail-split-methods
>        '(("emacs" "^From:.*emacs")
>        ("sent.mail" "^From:.*stevenarntson.com)
>          ("mail.misc" "")))

Some comments:

1. ("emacs" "^From:.*emacs")

Is it smarter to base that on *subject*? As in mine:

("emacs-w3m" "^Subject:.*emacs-w3m.*")

Also note the .* after the string.

(But this may be your situation that is different, just
sayin'.)

2. How to save you own mails - this works for me:

(setq gnus-message-archive-group '("nnml:mail.sent") )

3. Why it doesn't work at all - did you specify that
you use nnml? I have:

(setq gnus-secondary-select-methods
      '((nnml ""))
      mail-user-agent 'gnus-user-agent
      read-mail-command 'gnus)

4. Check out how I did it here -
http://user.it.uu.se/~embe8573/conf/emacs-init/gnus.el
- it might help you. And if you or anyone else sees
something inadvisable, do tell...

Good luck!

-- 
underground experts united:
http://user.it.uu.se/~embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]