[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pine and whitespace





On Sun, 10 Aug 2003, Ted Unangst wrote:

> pine cleans whitespace at end of line, which violates the principle of
> mailer does not alter my message.  it also jacks up some patches i try to
> mail around.  since this seems to be a feature for the pine people, maybe
> we could make it a local patch?
>
>
> --- pico/pico.c.orig	Sun Aug 10 17:17:01 2003
> +++ pico/pico.c	Sun Aug 10 17:16:51 2003
> @@ -219,7 +219,9 @@
>  	    switch(pico_all_done){	/* prepare for/handle final events */
>  	      case COMP_EXIT :		/* already confirmed */
>  		packheader();
> +#if 0
>  		stripwhitespace();
> +#endif
>  		c |= COMP_EXIT;
>  		break;
>

Yes!

Theo almost killed me once for this. He sent met a BIG patch to
patch(1). He lost it, asked me to send it back to him. I did. It was
broken. Theo was NOT happy.... Luckily the original I still had was OK,
that saved the day.

	-Otto