Re: Problems with 'color signature ...'
On Wed, Oct 08, 2003 at 03:24:08PM +0200, Georg Neis wrote:
> Hallo!
> I'm using Mutt 1.5.4i and its builtin pager.
>
> When I read an email with the following content in the body (without
> the #--- lines) then everything is ok, i.e. Mutt displays the "normal"
> text in white on black and the signature (the "-- " and everything
> underneath) in brightblack on black:
>
> #---------------------------------------------------------------------
> gasdgas
>
> --
> adsfasdfadf
> dfasdfasdfadfad
> adfadfadfadfadfasdf
>
> adsfadsfasdfadfasdfadf
> #---------------------------------------------------------------------
>
> When I read an email with the following content then Mutt displays
> the "normal" text properly. But the last line of the signature is
> displayed in white on black as if it would be "normal" text, too (the
> other lines of the signature are in brightblack on black, as
> expected):
>
> #---------------------------------------------------------------------
> gasdgas
>
> --
> adsfasdfadf
>
>
> dfasdfasdfadfad
> adfadfadfadfadfasdf
>
> adsfadsfasdfadfasdfadf
> #---------------------------------------------------------------------
Basically mutt considers just 2 "paragraphs" as signature. Everything
else after that is not signature. I guess this is because very often
people after signature put some other stuff (top posting). So in your
first example you have 2 paragraphs, in the second example 3 paragraphs.
So the third paragraph is displayed as normal text.
Andrei