Gnus development mailing list
 help / color / mirror / Atom feed
From: Cyrille Lefevre <clefevre@citeweb.net>
Cc: ding@gnus.org
Subject: Re: Gnus-5.8.7 new groups status "*", can't enter; "Incoming*" files
Date: Tue, 01 Aug 2000 05:15:46 +0200	[thread overview]
Message-ID: <8zuhbrj1.fsf@gits.dyndns.org> (raw)
In-Reply-To: Chris Shenton's message of "31 Jul 2000 22:52:41 -0400"

Chris Shenton <cshenton@uucom.com> writes:

> On 01 Aug 2000 04:06:33 +0200, Cyrille Lefevre <clefevre@citeweb.net> said:
> 
> Cyrille> what says G e (group->edit->info) ?
> 
> Ah ha... I think you may have hit it here.

you're dead :) LOL

[snip]

>   (setq gnus-message-archive-group
>         (format-time-string "out.%Y-%m" (current-time))) ; put in "out" subdir
> 
>   (setq gnus-message-archive-method
>         '(nnml ""			; no "out" prefix to prevent nnml+out:
>                (nnml-get-new-mail nil)	; what's it do??
>                (nnml-inhibit-expiry t)
>                (nnml-directory	 "~/Mail/out/") ;LC to avoid OUT and out?
>                (nnml-active-file "~/Mail/out/active")
>                ))

I guess you *must* have the "out" prefix you get rid off.
try the original rule, such as :

   (setq gnus-message-archive-method
         '(nnml "out"			; arg! out seems to be needed ;^)
                (nnml-get-new-mail nil)	; what's it do??
                (nnml-inhibit-expiry t)
                (nnml-directory	 "~/Mail/out/") ;LC to avoid OUT and out?
                (nnml-active-file "~/Mail/out/active")
                ))

also, check all your mailbox properties if that works.

Cyrille.
--
home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr



  reply	other threads:[~2000-08-01  3:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-31 13:19 Chris Shenton
2000-07-31 22:53 ` Kevin Falcone
2000-07-31 23:17 ` Cyrille Lefevre
2000-07-31 23:36   ` Chris Shenton
2000-08-01  2:06     ` Cyrille Lefevre
2000-08-01  2:52       ` Chris Shenton
2000-08-01  3:15         ` Cyrille Lefevre [this message]
2000-08-01  7:37         ` Kai Großjohann
2000-08-01 12:23           ` David S. Goldberg
2000-08-01 13:33             ` David S. Goldberg
2000-08-01 17:43             ` Chris Shenton
2000-08-02  8:31               ` Kai Großjohann
2000-08-02 14:49           ` Paul Jarc
2000-08-02 19:24             ` Kai Großjohann

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=8zuhbrj1.fsf@gits.dyndns.org \
    --to=clefevre@citeweb.net \
    --cc=ding@gnus.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).