info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New issue: emails get stuck in Mail/Incoming* files


From: Tassilo Horn
Subject: Re: New issue: emails get stuck in Mail/Incoming* files
Date: Fri, 30 Oct 2009 23:32:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Francis Moreau <francis.moro@gmail.com> writes:

Hi Francis,

>    (defun my-gnus-group-get-new-news (level)
>      (interactive "P")
>      (gnus-group-get-new-news (or level 2))
>      (gnus-group-list-groups))
>
>    (define-key gnus-group-mode-map [?g] 'my-gnus-group-get-new-news)
>
> And it happens to cause the issue I'm currently facing: if I remove
> this binding and therefore call a 'raw' gnus-group-get-new-news() when
> pressing 'g' it works as expected.
>
> I actually did another test without redefining 'g' binding: I did "C-u
> 2 g" to rescan emails for group levels 1, 2 and it fails the same way
> as before.
>
> So either I haven't understand gnus-group-get-new-news documentation,
> or this function is boggus.

Hm, looks all good to me.  Try to edebug that function and see where it
differs with and without level.

Bye,
Tassilo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]