help-gnu-emacs
[Top][All Lists]
Advanced

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

GNUs <-- IMAP -- not displaying all messages


From: Maggiordomo Ditutto
Subject: GNUs <-- IMAP -- not displaying all messages
Date: Wed, 08 Dec 2010 15:32:09 -0000
User-agent: G2/1.0

GNUS was not displaying all messages residing on the Google Imap
server, even after resetting everything
(for example: rm -rf ~/News ~/Mail ~/.newsrc*   and restarting)

The FIX.  Change
  * FROM
          (setq gnus-select-method '(nnimap "imap.gmail.com"
            (nnimap-server-port 993).....
  * TO
          (setq gnus-select-method '(nnimap "gmail"
            (nnimap-address "imap.gmail.com")
            (nnimap-server-port 993) ....

CONCLUSION
   Perhaps the doc string in gnus.el stating:
       (setq gnus-select-method '(nntp "flab.flab.edu"))
    should be changes.

Many thanks to Lars and the support team for such a fantastic tool !!




reply via email to

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