Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Vehbi Sinan Tunalioglu <vst@vsthost.com>
Subject: nnimap+courier: howto sync
Date: Wed, 16 Nov 2005 11:30:55 +0200	[thread overview]
Message-ID: <87veytym5s.fsf@mobile.vsthost.com> (raw)

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)

============================================================


                 reply	other threads:[~2005-11-16  9:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87veytym5s.fsf@mobile.vsthost.com \
    --to=vst@vsthost.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).