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

Re: Splitting stuff doesn't remove messages from INBOX



Matt Armstrong <matt@corp.phone.com> writes:

> I'm running vanilla nnimap 0.129 with a vanilla (unpatched) pgnus
> 0.96.  I've got these split rules set up:
> 
> (setq gnus-secondary-select-methods
> 	'((nnimap "phcm" 
> 		  (nnimap-address "mail.phone.com"))))
> 	
> (setq nnimap-split-inbox "INBOX")
> (setq nnimap-split-rule
>       '(("daemons"	"^To:.*foo@example.com")
> 	("misc"		"")))
> 
> Mail to foo@example.com does indeed get put into the "daemons" folder
> and everything else gets put into "misc."  But, the messages also stay
> in INBOX and get reprocessed every time I hit 'g'.  Each time I hit
> 'g', another copy of every message in INBOX gets put into the other
> two folders.
> 
> Any suggestions on how I can get nnimap to delete the messages in
> INBOX?

Never mind.  

This went away after setting nnimap-split-crosspost to nil and
re-starting emacs.  I don't know which thing fixed it, but I did
notice that while I was having the problem, B DEL wasn't working
either.

Oh well.  :-)