unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* How to help with bug 21071
@ 2016-12-29  0:35 Nikolaus Rath
  2016-12-29 15:53 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Nikolaus Rath @ 2016-12-29  0:35 UTC (permalink / raw)
  To: emacs-devel

Hello,

What is the best way for me to fix bug
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21071. This is about IMAP
mails not being marked as read when they are expired at the same time.

I'm happy to write a patch, but it's not clear to me what the patch
should do. Is the suggestion in message #11 a good idea?


Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to help with bug 21071
  2016-12-29  0:35 How to help with bug 21071 Nikolaus Rath
@ 2016-12-29 15:53 ` Eli Zaretskii
  2016-12-31 19:04   ` Eric Abrahamsen
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2016-12-29 15:53 UTC (permalink / raw)
  To: Nikolaus Rath; +Cc: emacs-devel

> From: Nikolaus Rath <Nikolaus@rath.org>
> Date: Wed, 28 Dec 2016 16:35:46 -0800
> 
> What is the best way for me to fix bug
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21071. This is about IMAP
> mails not being marked as read when they are expired at the same time.
> 
> I'm happy to write a patch, but it's not clear to me what the patch
> should do. Is the suggestion in message #11 a good idea?

Could some Gnus maintainer please answer Nikolaus's questions?
Thanks.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to help with bug 21071
  2016-12-29 15:53 ` Eli Zaretskii
@ 2016-12-31 19:04   ` Eric Abrahamsen
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Abrahamsen @ 2016-12-31 19:04 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Nikolaus Rath, emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Nikolaus Rath <Nikolaus@rath.org>
>> Date: Wed, 28 Dec 2016 16:35:46 -0800
>> 
>> What is the best way for me to fix bug
>> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21071. This is about IMAP
>> mails not being marked as read when they are expired at the same time.
>> 
>> I'm happy to write a patch, but it's not clear to me what the patch
>> should do. Is the suggestion in message #11 a good idea?
>
> Could some Gnus maintainer please answer Nikolaus's questions?
> Thanks.

I'm by no means a Gnus maintainer, but I'm somewhat familiar with the
code, and would opt for Nikolaus' second suggestion on the bug tracker:
taking `gnus-summary-expire-articles' out of
`gnus-summary-prepare-exit-hook', and explicitly calling it in
`gnus-summary-exit'.

My understanding of hooks is they're meant more for user customization,
but running the expiration is Gnus plumbing (if users don't want to
expire articles, they already have plenty of ways of doing that). And it
seems evident that setting marks should happen before expiration (at
least to me!).

Eric



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-31 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-29  0:35 How to help with bug 21071 Nikolaus Rath
2016-12-29 15:53 ` Eli Zaretskii
2016-12-31 19:04   ` Eric Abrahamsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).