06-29-07 06:14 PM
Sometimes you may want to follow-up or reply anonymously to an article
you are reading in slrn. Here's how.
Put the code from [1] in "$HOME/.slrn/mixmaster.sl". Put the code
from [2] in "$HOME/.slrnrc".
[1]
define mixmaster_ff ()
{
pipe_article("mixmaster -ff");
}
definekey ("mixmaster_ff", "&", "article");
define mixmaster_fr ()
{
pipe_article("mixmaster -fr");
}
definekey ("mixmaster_fr", "\e&", "article");
[2]
interpret ".slrn/mixmaster.sl"
Now when you're in article mode, you can hit & to make an anonymous
follow-up or ESC-& to make an anonymous mail reply.
HTH!
[ Post a follow-up to this message ]
|