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

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

newbie splitting mail question


From: Tyler Smith
Subject: newbie splitting mail question
Date: Thu, 30 Dec 2010 11:41:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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 via email to

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