Re: newline in followup_string

[email protected] (John E. Davis) Wed, 21 Oct 2015 11:34:36 -0400
Newsgroups gmane.network.slrn.user
Message-ID <[email protected]>
[email protected] <[email protected]> wrote:
> than a single 72-character line.  So I have changed
>   %n  name of the current newsgroup
> to be
>   %N  name of the current newsgroup
>   %n  newline
> and now my followup_string is broken into 2 lines.

Try using \n to insert a newline character, e.g.,

  set followup_string "line1\nline2\nline3"

Thanks,
--John

------------------------------------------------------------------------------