* Re: Mark articles/replies in thread in which I replied previously
[not found] <12270.4048104183$1722612874@news.gmane.org>
@ 2024-08-02 15:50 ` Eric S Fraga
2024-08-02 19:11 ` Björn Bidar
[not found] ` <16964.8492171959$1722625989@news.gmane.org>
2024-08-09 0:32 ` James Thomas
1 sibling, 2 replies; 8+ messages in thread
From: Eric S Fraga @ 2024-08-02 15:50 UTC (permalink / raw)
To: ding
Response below/inline for email Björn Bidar wrote:
> (original email sent 2 Aug 2024 at 18:32)
>
> Hello,
>
> I want to mark articles/replies in a thread that I replied previously so
> I don't loose track of threads I replied too.
Gnus does that already by default? I see an "A" in the list of marks
for any article/email I have responded to.
Or maybe I've misunderstood your question?
--
Eric S Fraga via gnus (Emacs 31.0.50 2024-07-31) on Debian 12.5
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Mark articles/replies in thread in which I replied previously
2024-08-02 15:50 ` Mark articles/replies in thread in which I replied previously Eric S Fraga
@ 2024-08-02 19:11 ` Björn Bidar
[not found] ` <16964.8492171959$1722625989@news.gmane.org>
1 sibling, 0 replies; 8+ messages in thread
From: Björn Bidar @ 2024-08-02 19:11 UTC (permalink / raw)
To: Eric S Fraga; +Cc: ding
Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> Response below/inline for email Björn Bidar wrote:
>> (original email sent 2 Aug 2024 at 18:32)
>>
>> Hello,
>>
>> I want to mark articles/replies in a thread that I replied previously so
>> I don't loose track of threads I replied too.
>
> Gnus does that already by default? I see an "A" in the list of marks
> for any article/email I have responded to.
>
> Or maybe I've misunderstood your question?
Yes it does that but that only applies to direct replies but not if
other replies to the thread exist and thus the articles will be grouped
together.
I want that the whole thread will have the reply mark and not just to
the exact message I replied to.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Mark articles/replies in thread in which I replied previously
[not found] ` <16964.8492171959$1722625989@news.gmane.org>
@ 2024-08-02 20:41 ` Dan Christensen
2024-08-03 9:23 ` Björn Bidar
0 siblings, 1 reply; 8+ messages in thread
From: Dan Christensen @ 2024-08-02 20:41 UTC (permalink / raw)
To: ding
> I want to mark articles/replies in a thread that I replied previously so
> I don't loose track of threads I replied too.
I increase the score of threads that I reply to using:
(add-hook 'message-sent-hook 'gnus-score-followup-thread)
The docstring says:
Add SCORE to all later articles in the thread the current buffer is
part of.
This doesn't mark them, but might be useful instead of that.
Dan
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Mark articles/replies in thread in which I replied previously
2024-08-02 20:41 ` Dan Christensen
@ 2024-08-03 9:23 ` Björn Bidar
0 siblings, 0 replies; 8+ messages in thread
From: Björn Bidar @ 2024-08-03 9:23 UTC (permalink / raw)
To: ding
Dan Christensen <jdc@uwo.ca> writes:
>> I want to mark articles/replies in a thread that I replied previously so
>> I don't loose track of threads I replied too.
>
> I increase the score of threads that I reply to using:
>
> (add-hook 'message-sent-hook 'gnus-score-followup-thread)
>
> The docstring says:
>
> Add SCORE to all later articles in the thread the current buffer is
> part of.
>
> This doesn't mark them, but might be useful instead of that.
>
> Dan
That sounds like a good in between change.
Thank you.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Mark articles/replies in thread in which I replied previously
[not found] <12270.4048104183$1722612874@news.gmane.org>
2024-08-02 15:50 ` Mark articles/replies in thread in which I replied previously Eric S Fraga
@ 2024-08-09 0:32 ` James Thomas
2024-08-10 21:51 ` Björn Bidar
1 sibling, 1 reply; 8+ messages in thread
From: James Thomas @ 2024-08-09 0:32 UTC (permalink / raw)
To: ding
Björn Bidar wrote:
> I want to mark articles/replies in a thread that I replied previously so
> I don't loose track of threads I replied too.
> I want that the whole thread will have the reply mark and not just to
> the exact message I replied to.
This works:
/ r
M P b
M-& / T
and if required: M P b
(But I think I saw the scope for at least one bug report, while figuring
it out...)
Regards,
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Mark articles/replies in thread in which I replied previously
2024-08-09 0:32 ` James Thomas
@ 2024-08-10 21:51 ` Björn Bidar
2024-08-11 4:29 ` James Thomas
0 siblings, 1 reply; 8+ messages in thread
From: Björn Bidar @ 2024-08-10 21:51 UTC (permalink / raw)
To: James Thomas; +Cc: ding
James Thomas <jimjoe@gmx.net> writes:
> Björn Bidar wrote:
>
>> I want to mark articles/replies in a thread that I replied previously so
>> I don't loose track of threads I replied too.
>
>> I want that the whole thread will have the reply mark and not just to
>> the exact message I replied to.
>
> This works:
>
> / r
> M P b
> M-& / T
How would you do it in a function? Say in a reply send message hook?
> and if required: M P b
>
> (But I think I saw the scope for at least one bug report, while figuring
> it out...)
At least? For what exactly?
PS: Why are all the Gnus backends prefixed with nn?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Mark articles/replies in thread in which I replied previously
2024-08-10 21:51 ` Björn Bidar
@ 2024-08-11 4:29 ` James Thomas
0 siblings, 0 replies; 8+ messages in thread
From: James Thomas @ 2024-08-11 4:29 UTC (permalink / raw)
To: ding
Björn Bidar wrote:
> James Thomas <jimjoe@gmx.net> writes:
>
>> Björn Bidar wrote:
>>
>>> I want to mark articles/replies in a thread that I replied previously so
>>> I don't loose track of threads I replied too.
>>
>>> I want that the whole thread will have the reply mark and not just to
>>> the exact message I replied to.
>>
>> This works:
>>
>> / r
>> M P b
>> M-& / T
>
> How would you do it in a function? Say in a reply send message hook?
Well, every command in Emacs, including these, does have an underlying
function; and if even that's bothersome there's keyboard macros.
But this feels like the 'XY problem': Are you trying to do a 'mail
merge'? If so, you could try something like this:
M P b
M-& R
M-x ibuffer
% n *unsent RET (or: % m message RET)
(kill the reply text)
W (progn (goto-char (point-max)) (yank) (message-send-and-exit))
>> and if required: M P b
>>
>> (But I think I saw the scope for at least one bug report, while figuring
>> it out...)
>
>
> At least? For what exactly?
Well, i'm wondering why this doesn't seem to work as advertised:
(setq gnus-process-mark-toggle nil)
/ r
M P b
/ w
M-& T #
> PS: Why are all the Gnus backends prefixed with nn?
Started with 'nntp', which was legitimate.
Regards,
James
^ permalink raw reply [flat|nested] 8+ messages in thread
* Mark articles/replies in thread in which I replied previously
@ 2024-08-02 15:32 Björn Bidar
0 siblings, 0 replies; 8+ messages in thread
From: Björn Bidar @ 2024-08-02 15:32 UTC (permalink / raw)
To: ding
Hello,
I want to mark articles/replies in a thread that I replied previously so
I don't loose track of threads I replied too.
Is there the possibility of doing so with Gnus or if so feasible with
Sieve if that is better?
Good weekend,
Björn
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-11 4:30 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <12270.4048104183$1722612874@news.gmane.org>
2024-08-02 15:50 ` Mark articles/replies in thread in which I replied previously Eric S Fraga
2024-08-02 19:11 ` Björn Bidar
[not found] ` <16964.8492171959$1722625989@news.gmane.org>
2024-08-02 20:41 ` Dan Christensen
2024-08-03 9:23 ` Björn Bidar
2024-08-09 0:32 ` James Thomas
2024-08-10 21:51 ` Björn Bidar
2024-08-11 4:29 ` James Thomas
2024-08-02 15:32 Björn Bidar
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).