Discussion:
From column
(too old to reply)
Wolfgang Bauer
2021-05-30 08:24:37 UTC
Permalink
Hello.
In the view Loading Image...
the From column is too narrow for me. How can I make it wider?
--
greetings
Wolfgang
Marcel Logen
2021-05-30 10:40:44 UTC
Permalink
Post by Wolfgang Bauer
In the view https://wolfgang-bauer.at/bilder/slrn-from.png
the From column is too narrow for me. How can I make it wider?
This is controlled by the command

header_display_format

in your "~/.slrnrc".

The default is

header_display_format 0 "%F%B%-5S%G%-5l:[%12r]%t%s"

You can change the "12" to your needs, e. g. "24".

Marcel
--
╭───╮ ╭─────╮ ╭─────────╮ ╭────╮ ╭──────╮ ╭──╯
│ ╰────╯ │ ╰────╮ ╭─╯ ╰──╮ ╰─╮ ╭────────╮ ╰────╮ ╰──╯
╯ ╰─────╮ ╭─╯ ╰─╮ ╭─╯ │ ╭──╯ ╭───╯ ╭─╯
╰──╯ ╰───╯ ╰─╯ ╰─────────╯ 2fbbc7
Wolfgang Bauer
2021-05-30 12:27:11 UTC
Permalink
Post by Marcel Logen
Post by Wolfgang Bauer
In the view https://wolfgang-bauer.at/bilder/slrn-from.png
the From column is too narrow for me. How can I make it wider?
This is controlled by the command
header_display_format
in your "~/.slrnrc".
The default is
header_display_format 0 "%F%B%-5S%G%-5l:[%12r]%t%s"
You can change the "12" to your needs, e. g. "24".
Marcel
I only have these entries in the ~ / .slrnrc
% Your name
set realname "Wolfgang Bauer"

% Address before the @
set username "kdeneon"
% Address after the @
set hostname "wolfgang-bauer.at"

% Message ID for localhost
set generate_message_id 1
posting_host wolfgang-bauer.at

% Server and file
server localhost .snewsrc

set custom_headers "Keywords: ignore, no reply"
set custom_headers "Organization: Pensionistenverband.at"
set editor_command "emacs% d '% s'"
--
Freundliche Grüße
Wolfgang
Wolfgang Bauer
2021-05-30 12:45:13 UTC
Permalink
Post by Marcel Logen
Post by Wolfgang Bauer
In the view https://wolfgang-bauer.at/bilder/slrn-from.png
the From column is too narrow for me. How can I make it wider?
This is controlled by the command
header_display_format
in your "~/.slrnrc".
The default is
header_display_format 0 "%F%B%-5S%G%-5l:[%12r]%t%s"
You can change the "12" to your needs, e. g. "24".
Marcel
I entered it with [% 24r] and it fits, thank you.
A question that you might be able to answer for me.
In test groups, the header should be keywords: ignore, no reply
be set. This is also entered in the .slrnrc, but it doesn't. Also an entry in ~ / slrn.rc
set keywords_custom_headers "Keywords: ignore, no reply"
Do not do it.
Is the spelling incorrect?
--
Freundliche Grüße
Wolfgang
issdr
2021-05-30 13:15:49 UTC
Permalink
Post by Wolfgang Bauer
set keywords_custom_headers "Keywords: ignore, no reply"
^^^^^^^^^^^^^^^^^^^^^^^
Post by Wolfgang Bauer
Do not do it.
might be wrong, but that's not a variable according to the fine manual
Wolfgang Bauer
2021-05-30 13:34:51 UTC
Permalink
Post by issdr
Post by Wolfgang Bauer
set keywords_custom_headers "Keywords: ignore, no reply"
^^^^^^^^^^^^^^^^^^^^^^^
Post by Wolfgang Bauer
Do not do it.
might be wrong, but that's not a variable according to the fine manual
And how would it be right?
--
Freundliche Grüße
Wolfgang
Wolfgang Bauer
2021-05-30 13:49:23 UTC
Permalink
Post by Wolfgang Bauer
Post by issdr
Post by Wolfgang Bauer
set keywords_custom_headers "Keywords: ignore, no reply"
^^^^^^^^^^^^^^^^^^^^^^^
Post by Wolfgang Bauer
Do not do it.
might be wrong, but that's not a variable according to the fine manual
And how would it be right?
I still found it.
set custom_headers "Keywords: ignore, no reply"
in ~/.slrnrc
--
Freundliche Grüße
Wolfgang
Wolfgang Bauer
2021-05-30 17:16:15 UTC
Permalink
Post by Wolfgang Bauer
I still found it.
set custom_headers "Keywords: ignore, no reply"
in ~/.slrnrc
Von Michael Prokop
set custom_headers "Keywords: ignore, no reply\nOrganization: Pensionistenverband.at"
So funktioniert es nun.
--
Freundliche Grüße
Wolfgang
Marcel Logen
2021-05-30 17:30:10 UTC
Permalink
Post by Wolfgang Bauer
Von Michael Prokop
set custom_headers "Keywords: ignore, no reply\nOrganization: Pensionistenverband.at"
So funktioniert es nun.
I would recommend to set

followup_custom_headers

and

supersedes_custom_headers

to the same value.

Marcel
--
╭─╮ ╭─╮ ╭────────╮ ╭─────╮
────╮ ╭─╯ ╰───╮ ╭───╯ ╰──╮ ╰──────╮ ╰──╮ ╰─╮ ╰─╮ ╭─────╮ ╭─╮
╭──╯ │ ╭────╯ ╰────╮ ╰──╮ ╭───╮ ╰─╮ │ ╭──╯ ╰─╯ ╰─╯ ╰
╰────╯ ╰────────────╯ ╰──╯ ╰────────╯ ╰─╯ 050047
Wolfgang Bauer
2021-05-30 17:54:40 UTC
Permalink
Post by Marcel Logen
Post by Wolfgang Bauer
Von Michael Prokop
set custom_headers "Keywords: ignore, no reply\nOrganization: Pensionistenverband.at"
So funktioniert es nun.
I would recommend to set
followup_custom_headers
and
supersedes_custom_headers
to the same value.
Like Michael Prokp, one of the Mantainers,
wrote me by mail it works now.

set custom_headers "Keywords: ignore, no reply\nOrganization: Pensionistenverband.at"
set followup_custom_headers "Keywords: ignore, no reply\nOrganization: Pensionistenverband.at"
--
Ich bin ein Niemand. Niemand ist perfekt. Ergo: Ich bin perfekt!
issdr
2021-05-30 14:30:35 UTC
Permalink
Post by Wolfgang Bauer
Post by issdr
Post by Wolfgang Bauer
set keywords_custom_headers "Keywords: ignore, no reply"
^^^^^^^^^^^^^^^^^^^^^^^
Post by Wolfgang Bauer
Do not do it.
might be wrong, but that's not a variable according to the fine manual
And how would it be right?
https://slrn.info/docs/slrn-manual-6.html#ss6.14

according to the fm, you should set those 2 or 3 vars.

hth
Marcel Logen
2021-05-30 13:50:33 UTC
Permalink
Post by Wolfgang Bauer
Post by Marcel Logen
The default is
header_display_format 0 "%F%B%-5S%G%-5l:[%12r]%t%s"
You can change the "12" to your needs, e. g. "24".
I entered it with [% 24r] and it fits, thank you.
Fine.
Post by Wolfgang Bauer
A question that you might be able to answer for me.
In test groups, the header should be keywords: ignore, no reply
be set. This is also entered in the .slrnrc, but it doesn't. Also an entry in ~ / slrn.rc
set keywords_custom_headers "Keywords: ignore, no reply"
Do not do it.
Is the spelling incorrect?
See <https://slrn.info/docs/slrn-manual-6.html#ss6.14>.

You have to set custom_headers, followup_custom_headers and
supersedes_custom_headers.

set custom_headers "Keywords: ignore, no reply"
set followup_custom_headers "Keywords: ignore, no reply"
set supersedes_custom_headers "Keywords: ignore, no reply"

set organization "Pensionistenverband.at"

Unfortunately I don't know how to send the custom headers
only in test newsgroups. Perhaps, this could be achieved with
a macro.

Marcel
--
╭────╮ ╭─╮ ╭───────╮ ╭────────╮ ╭────╮ ╭──╮
│ ╰──╯ ╰─╮ ╰────╮ │ ╰─────╮ ╰────╮ │ │ ╭─╯ ╰─╮
╯ ╰─╮ ╭─╯ ╰───╮ ╭─╯ ╭────╯ │ ╭─╯ ╰───╮ │ ╭─────
╰───╯ 135277 ╰─────╯ ╰────────╯ ╰────────╯ ╰───╯
Wolfgang Bauer
2021-05-30 14:29:59 UTC
Permalink
Post by Marcel Logen
set organization "Pensionistenverband.at"
Und das funktioniert eben nicht.
Aber ich lasse es erstmal ruhen. Es ist ja nur ein "über den Tellerand sehen"
von flnews und gnus.
--
Ich stimme nicht mit dem überein was Du sagst, doch ich werde Dein
Recht, solche Lügen zu erzählen, bis in den Tod verteidigen.
Loading...