Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* newbie splitting mail question
@ 2010-12-30 16:41 Tyler Smith
  2010-12-31 10:46 ` Alberto Luaces
  0 siblings, 1 reply; 4+ messages in thread
From: Tyler Smith @ 2010-12-30 16:41 UTC (permalink / raw)
  To: info-gnus-english

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")

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <mailman.6.1293727811.6961.info-gnus-english@gnu.org>]

end of thread, other threads:[~2010-12-31 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-30 16:41 newbie splitting mail question Tyler Smith
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

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).