Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: ding@gnus.org
Cc: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Archive group broken since very recently
Date: Fri, 17 Sep 2010 20:40:47 +0200	[thread overview]
Message-ID: <201009172040.47951.tassilo@member.fsf.org> (raw)
In-Reply-To: <m339t8id1y.fsf@quimbies.gnus.org>

On Friday 17 September 2010 17:51:05 Lars Magne Ingebrigtsen wrote:
> Tassilo Horn <tassilo@member.fsf.org> writes:
> >> (gnus-server-to-method "archive")
> >> 
> >> say?
> > 
> > (nnml "archive"
> > 
> >       (nnml-inhibit-expiry t)
> >       (nnml-get-new-mail nil)
> >       (nnml-directory "/home/horn/.gnus.d/News/archive")
> >       (nnml-active-file "/home/horn/.gnus.d/News/archive/active"))
> 
> Darn.  That looks correct, too.
> 
> I have no idea why this is happening.  Could you try to edebug your
> way through the functions to try to determine what on earth is
> messing up the method on group selection?  It'll be a slog -- I
> can't really suggest any particular function to start with...

The problem is that in gnus-find-method-for-group a call like that is
made

--8<---------------cut here---------------start------------->8---
(gnus-server-extend-method  "nnml+archive:sent-postings"
  '(nnml "archive" 
         (nnml-inhibit-expiry t)
         (nnml-get-new-mail nil)
         (nnml-directory "~/.gnus.d/News/archive")
         (nnml-active-file "~/.gnus.d/News/archive/active")))
--8<---------------cut here---------------end--------------->8---

which returns

--8<---------------cut here---------------start------------->8---
(nnml "archive+nnml+archive:sent-postings"
      (nnml-address "archive")
      (nnml-inhibit-expiry t)
      (nnml-get-new-mail nil)
      (nnml-directory "~/.gnus.d/News/archive")
      (nnml-active-file "~/.gnus.d/News/archive/active"))
--8<---------------cut here---------------end--------------->8---

and is plain wrong...

Bye,
Tassilo



  reply	other threads:[~2010-09-17 18:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-15 16:04 Tassilo Horn
2010-09-16  1:21 ` Katsumi Yamaoka
2010-09-16 10:26   ` Tassilo Horn
2010-09-16 18:00     ` Lars Magne Ingebrigtsen
2010-09-16 19:03       ` Tassilo Horn
2010-09-17  1:25         ` Lars Magne Ingebrigtsen
2010-09-17  8:09           ` Tassilo Horn
2010-09-17 15:51             ` Lars Magne Ingebrigtsen
2010-09-17 18:40               ` Tassilo Horn [this message]
2010-09-17 19:13                 ` Lars Magne Ingebrigtsen
2010-09-17 19:17                   ` Tassilo Horn
2010-09-17 19:24                     ` Lars Magne Ingebrigtsen
2010-09-17 21:57                       ` Tassilo Horn
2010-09-18 17:16                         ` Lars Magne Ingebrigtsen
2010-09-19  8:24                           ` Tassilo Horn

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=201009172040.47951.tassilo@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=larsi@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).