Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Uli Wortmann <uli.wortmann@utoronto.ca>
Subject: scary nnfolder
Date: 17 Jul 2002 14:42:21 +0200	[thread overview]
Message-ID: <m3it3efrv6.fsf@bonklt.ethz.ch> (raw)

Hi there,

I recently changed from the nnimap backend to the nnfolder
backend. While transfer (via m-B c) to the local folders went smooth,
I realized the next day, that none of my nnfolder stored mails were
readable any longer. I resubcribed the nnfolder server, and alas, the
messaged were not lost. This time I marked them with !, but, the next
day, they were "lost" again.

Im sure that this is not intentional, but searching through the
postings brougt no enlightment.

Below I've appended some of the configuration stuff, and if anybody
knows what's wrong, I'd be grateful for a hint.

        Thanks

                Uli
-- 
	Uli Wortmann           http://individual.utoronto.ca/uliw
	Dept. of Geology       Fax (Switzerland) (1) 632  1030
	ETH-Zuerich            Fon                        3694


(setq gnus-secondary-select-methods 
      '(
	(nnfolder "local"
		  (nnfolder-directory "gnus-mail")
		  (nnfolder-get-new-mail t)
		  (nnfolder-inhibit-expiry t)
		  )	
                (nnimap "uoft"
		;;(nnimap-stream ssl)
		(nnimap-address "some value")
		(nnimap-split-inbox "inbox")
		(gnus-auto-expirable-newsgroups "nnimap.*")
		(nnimap-split-crosspost nil)
		(imap-log "*uoft-imap-log*")
		(nnimap-split-rule
		 (
		  ("mail.isogeochem" "^To:.*ISOGEOCHEM*")
		  ("mail.sednet" "^Cc:.sednet*")
		  ("mail.sednet" "^Subject:.*sednet*")	
		  ("nnimap.new-toronto" ".*")
		  )
		 )
		)		
	)
      )


                 reply	other threads:[~2002-07-17 12:42 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=m3it3efrv6.fsf@bonklt.ethz.ch \
    --to=uli.wortmann@utoronto.ca \
    /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).