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

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

Re: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?


From: Ted Zlatanov
Subject: Re: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?
Date: Fri, 08 Jan 2010 09:52:05 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.90 (gnu/linux)

Run emacs -q and load this:

(require 'gnus)
;; untested primary select method, should work though
(setq gnus-select-method '(nnnil "nothing"))

(setq mail-sources nil
      gnus-secondary-select-methods '((nnml "mail"
                                            (nnml-get-new-mail nil)
                                            ;; should not be necessary but just 
in case...
                                            (nnmail-get-new-mail nil))))

Does your inbox still get emptied?  What's in *Messages*?

I suspect the problem is in nnmail.el:nnmail-get-new-mail-1 from
checking the source code.  But let's make sure your configuration is
clean with this minimal start.

Thanks for your patience.
Ted


reply via email to

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