On Fri, 08 Jan 2010 10:57:47 -0800 Frank Fredstone <[email protected]> wrote:
FF> Ted Zlatanov <[email protected]> writes: >> 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*? FF> Thanks. No, it is not emptied. Messages contains: OK, excellent. So there's something not in this configuration but in yours that triggers the emptying. This is your configuration: (require 'gnus) (setq gnus-select-method '(nntp "news.evilmegacorp.com")) (setq mail-sources nil gnus-secondary-select-methods '((nnml "mail") (nnimap "asdf" (nnimap-address "localhost") (nnimap-server-port 143) (nnimap-stream network)))) Can you try emacs -q and see if your configuration as stated above empties your inbox? If it does, there's three differences: A) nnml-get-new-mail and nnmail-get-new-mail B) the secondary nnimap server C) the primary nntp server You then need to figure out which things (it could be one or more of A, B, C, AB, AC, BC, or ABC) are triggering your issue. Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
