Here are some simple macros for use with the slrn newsreader. They have been tested with version 0.9.9 of slrn and version 2.1.4 of the S-Lang library, but may well work with earlier or later versions of both.
This macro shows the raw article without any display formatting. It may be useful for tracing errors in MIME-encoded messages. See the comments in the file for configuration details.
For example, where slrn displays From: Søren Kjærgaard <name@example.invalid> the macro may display From: =?UTF-8?Q?S=C3=B8ren?= =?UTF-8?Q?_Kj=C3=A6rgaard?=
<name@example.invalid>
Download show_raw.sl.
This macro moves the cursor to the last article when entering a group. I'm not sure what use that is, but somebody asked for the functionality, so here it is. It also demonstrates how to use macros to combine two actions in one.
Download goto_last.sl.
Last updated 2008-09-17.
Please send any comments, corrections or suggestions related to this page by email.