Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Mail read by nnimap not accessible by nnfolder
@ 2007-01-30  1:03 Markus Hilpert
  2007-01-30  1:08 ` DISCLAIMER, READ BEFORE PREVIOUS MESSAGE -- " Markus Hilpert
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Hilpert @ 2007-01-30  1:03 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* DISCLAIMER, READ BEFORE PREVIOUS MESSAGE -- Re: Mail read by nnimap not accessible by nnfolder
  2007-01-30  1:03 Mail read by nnimap not accessible by nnfolder Markus Hilpert
@ 2007-01-30  1:08 ` Markus Hilpert
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Hilpert @ 2007-01-30  1:08 UTC (permalink / raw)
  To: info-gnus-english

Hello again,

sorry for the confusion -- after posting the previous article, I found
the message, which was put into another group than the one, I had been
looking for, due to splitting -- Murphy's Law?

As already mentioned, I am still getting used to Gnus ...

Sorry again,
Markus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-30  1:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-30  1:03 Mail read by nnimap not accessible by nnfolder Markus Hilpert
2007-01-30  1:08 ` DISCLAIMER, READ BEFORE PREVIOUS MESSAGE -- " Markus Hilpert

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).