Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Markus Hilpert <nospam@please.not>
To: info-gnus-english@gnu.org
Subject: Mail read by nnimap not accessible by nnfolder
Date: Tue, 30 Jan 2007 02:03:52 +0100	[thread overview]
Message-ID: <6wejpd2umf.fsf@pino.hiskp.uni-bonn.de> (raw)

Hello,

I am quite new to Gnus as a mailreader, so here is a question, I found
no answer for in the manual or the usenet.

I am reading my Emails from home via the nnimap mail backend:

(setq gnus-select-method '(nnimap "REMOTE")
      (nnimap-address "mail.myprovider.com")
      (nnimap-server-port 993)
      (nnimap-stream ssl)
      (nnimap-authenticator login)
      (nnimap-list-pattern ("INBOX"))
      )

This works, but the messages, I open, are not downloaded, when
afterwards accessing the server via the "imap"-mail source, using the
nnfolder backend, which I do at work:

(setq gnus-secondary-select-methods '((nnfolder ""))
      nnfolder-directory gnus-mail-dir-thisyear
      nnfolder-active-file (concat gnus-mail-dir-thisyear "active")
      )

(eval-after-load "mail-source"
  '(add-to-list 'mail-sources 
		'(imap
		  :server "mail.myprovider.com"
		  :port   993
		  :stream ssl
		  :user   "markus"
		  :mailbox "INBOX"
		  :dontexpunge t
		  :fetchflag "\\Seen"
		  )))

Is the message somehow flagged by nnimap, so that it won't be
downloaded afterwards via the imap-mail-source? It is still on the
server, as checked by a web-interface. Even, when via nnimap marking
the message as unread, in the "nnfolder/imap" - combination it does
not show up.

Is it possible to read my messages via nnimap, but nevertheless having
them accessible afterwards by the imap mail-source?

Thank you very much for hints!

Markus

             reply	other threads:[~2007-01-30  1:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-30  1:03 Markus Hilpert [this message]
2007-01-30  1:08 ` DISCLAIMER, READ BEFORE PREVIOUS MESSAGE -- " Markus Hilpert

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=6wejpd2umf.fsf@pino.hiskp.uni-bonn.de \
    --to=nospam@please.not \
    --cc=info-gnus-english@gnu.org \
    /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).