Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tyler Smith <tyler.smith@eku.edu>
To: info-gnus-english@gnu.org
Subject: newbie splitting mail question
Date: Thu, 30 Dec 2010 11:41:00 -0500	[thread overview]
Message-ID: <87k4ircixv.fsf@guruji.demimonde> (raw)

Hi,

I've just got gnus configured to read my mail via IMAP. Looks good, but
I'm having trouble figuring out the syntax for splitting mail. Nothing
gets split now, and when I run B q on any email, the message returned
indicates it would be refiled to mail.misc, which doesn't exist as far
as I can tell. I've pasted all of my gnus config details below. Can
anyone tell me what I'm doing wrong?

Thanks,

Tyler

;; loaded from my .emacs.d/init.el via (load "~/.emacs.d/gnus")

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

(setq gnus-select-method 
      '(nnimap "mail"
		(nnimap-address "MY-IMAP-SERVER")
		(nnimap-stream network)
		(nnimap-authenticator login)
		(nnimap-port 143)
		(nnimap-split-methods 
		 '(("INBOX.forwarded" "^Received:.*OLD.SERVER")
		   ("INBOX.default" "")))))

(setq gnus-secondary-select-methods '((nntp "news.gmane.org")))



(defun my-gnus-summary-hook ()
  (local-set-key "t" 'gnus-summary-mark-as-processable))

(add-hook 'gnus-summary-mode-hook 'my-gnus-summary-hook)

(setq gnus-posting-styles
       '(("*"    ; Matches all groups of messages
          (address "my.email.address@myschool.edu")
          (name "My Name"))))

(setq nnimap-split-inbox "INBOX")
(setq nnimap-split-predicate "UNDELETED")

             reply	other threads:[~2010-12-30 16:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30 16:41 Tyler Smith [this message]
2010-12-31 10:46 ` Alberto Luaces
     [not found] <mailman.6.1293727811.6961.info-gnus-english@gnu.org>
2010-12-30 17:58 ` Richard Riley
2010-12-30 18:42   ` Tyler Smith

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=87k4ircixv.fsf@guruji.demimonde \
    --to=tyler.smith@eku.edu \
    --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).