bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#58974: 28.2; saving a message in multiple groups


From: Waleed Yousef
Subject: bug#58974: 28.2; saving a message in multiple groups
Date: Thu, 03 Nov 2022 10:07:45 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

>From the group buffer, and without entering any group, the variable
value of gnus-newsgroup-name is nil, which I already check in the if condition. 
However, if I create a
message the header is: Gcc: nnfolder+archive:


Robert Pluim <rpluim@gmail.com> writes:


>>>>>> On Thu, 03 Nov 2022 08:52:43 -0700, Waleed Yousef <wyousef@fcih.net> 
>>>>>> said:
>
>     Waleed> 1. Thanks so much. BTW, gnus-news-group-name is just an automatic
>     Waleed> hyphenation done by gnus message buffer to split the line. I 
> indeed use
>     Waleed> gnus-newsgroup-name
>
>     Waleed> Now, one more question please.
>
>     Waleed> How I save to a default group if no group
>     Waleed> is visited. I use this code but it does not work:
>
>     Waleed> (setq gnus-message-archive-group '((if gnus-newsgroup-name 
> gnus-newsgroup-name "nnml:ADS")))
>
> That should work, unless `gnus-newsgroup-name' doesnʼt exist as a
> variable, in which case youʼd need to check if itʼs `boundp'
> first. You can try edebugging through `gnus-inews-insert-gcc' to see
> why itʼs going wrong.
>
> Robert





reply via email to

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