Hi,
I am using:
* Ubuntu/Linux
* fetchmail
* postfix+maildrop
* Courier IMAP
for catching emails from various pop and imap sources and serving them
locally. I was using mozilla-thunderbird to read my emails. Now, I
want to switch to GNUS to read my emails served from the local Courier
IMAP server.
Two problems:
1. GNUS does not remember which imap folders I was subscribed to, when
I restart it. (Yes, I am quitting by pressing "q" in the *Group*
buffer)
2. GNUS seems that it doesn't fetch the actual flags from the server:
Every email seems as if I did not read them.
Below is my .gnus.el
Thanks in advance.
--vst
===File ~/.gnus.el==========================================
(setq user-mail-address "[EMAIL PROTECTED]")
(setq user-full-name "Vehbi Sinan Tunalioglu")
(setq gnus-posting-styles
'(("gmane.lisp.region.turkey"
(address "[EMAIL PROTECTED]")
(name "Vehbi Sinan Tunalioglu"))))
(setq gnus-select-method '(nntp "news.individual.net"))
(setq gnus-secondary-select-methods '(
(nntp
"news.gmane.org")
(nnimap "mobile.vsthost.com"
(nnimap-address "localhost")
(nnimap-nov-is-evil t)
(nnimap-server-port 143))
))
(setq gnus-fetch-old-headers t)
============================================================
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english