From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/6072 Path: news.gmane.org!not-for-mail From: Vehbi Sinan Tunalioglu Newsgroups: gmane.emacs.gnus.user Subject: nnimap+courier: howto sync Date: Wed, 16 Nov 2005 11:30:55 +0200 Message-ID: <87veytym5s.fsf@mobile.vsthost.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138671675 30074 80.91.229.2 (31 Jan 2006 01:41:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:41:15 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:36:16 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-X-Trace: individual.net 3V4lyGSAZPISkJW9JYUnXg1GLxX3Iw+HGaKHm4zMslzvJoQ8Mx User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:vLwTcoGHQnfV2NA1qS7krxmZ1f0= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:6214 Original-Lines: 50 X-Gnus-Article-Number: 6214 Tue Jan 17 17:36:16 2006 Xref: news.gmane.org gmane.emacs.gnus.user:6072 Archived-At: 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 "blabla@blablavsthost.com") (setq user-full-name "Vehbi Sinan Tunalioglu") (setq gnus-posting-styles '(("gmane.lisp.region.turkey" (address "blabla@blablabilgi.edu.tr") (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) ============================================================