Gnus development mailing list
 help / color / mirror / Atom feed
From: Chris Shenton <cshenton@uucom.com>
Cc: ding@gnus.org
Subject: Re: Gnus-5.8.7 new groups status "*", can't enter; "Incoming*" files
Date: Mon, 31 Jul 2000 22:52:41 -0400	[thread overview]
Message-ID: <lfhf95wv46.fsf@Samizdat.uucom.com> (raw)
In-Reply-To: Cyrille Lefevre's message of "01 Aug 2000 04:06:33 +0200"

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.

Why does it think the nnml-directory and active-file are under
Mail/out/ instead of just Mail?

    ;;; Editing the select method for `nnml:list.fw1-wizards@phoneboy.com'.
    ;; Type `C-c C-c' after you've finished editing.

    (nnml ""
          (nnml-get-new-mail nil)
          (nnml-inhibit-expiry t)
          (nnml-directory "~/Mail/out/")
          (nnml-active-file "~/Mail/out/active"))

Uh huh: the only place "~/Mail/out/" appears in .gnus.el is where I to
tell it what to do with archived outbound mail, per the *Info* on
Archived Messages:

  ; How does the dir implied by gnus-message-archive-group
  ; interact with the nnml-directory used by gnus-message-archive-method?
  ; if I use (nnml "FOO) I get a virtual folder nnml+FOO which makes it
  ; annoying to Bm move sent articles to normal nnml folders.

  (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'm guessing the assignments are NOT local to this setq. Ahhhh...
[sound of banging head, without heavy metal music]

So I can nuke the nnml-directory and nnml-active-file lines, but I'd
like to fix it: what's the right way to tell it to put archived
outbound mail in ~/Mail/out/ or ~/Mail/out.%Y-%m?

Thanks.




  reply	other threads:[~2000-08-01  2:52 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 [this message]
2000-08-01  3:15         ` Cyrille Lefevre
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=lfhf95wv46.fsf@Samizdat.uucom.com \
    --to=cshenton@uucom.com \
    --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).