Hi,
* Lothar Schweikle-Droll [05-03-20 14:17:06 +0100] wrote:
I have this entry in the .muttngrc:
folder-hook ^alt.de.test 'set sort=threads'
folder-hook ^alt.de.test 'set signature="/home/lsd/.signatur-news"'
The sort entry operates.
The signature entry have no operates.
I have test a many eventuality.
Both of these hooks will not work. As I already wrote, there cannot be a
folder named 'alt.de.test'. The "^" in your hooks make mutt-ng match
against the _beginning_ of the folder name. But this is a newsgroup and
a newsgroup folder entry looks like this:
nttp://server/newsgroup
and not just:
newsgroup
You have two options. The first one is to correct the regular expression
as this:
folder-hook de.alt.test 'set signature=...'
The second one is this:
folder-hook nntp://your.news.server/de.alt.test 'set signature=...'
Hope that helps,
bye, Rocco
--
:wq!
|