[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server
From: |
Kurt Schilling |
Subject: |
Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server |
Date: |
Sun, 28 Sep 2008 14:59:19 -0400 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666 |
walt wrote:
> On Sun, 28 Sep 2008 09:47:01 -0400, Kurt Schilling wrote:
>
>> Filed bug report with Bugzilla.
>>
>> Bug 554178 – extra carriage returns above sig: this is in Pan
>> 0-120-0.133
>
>
>
> It was easy to eliminate the extra newline above the sig, but I notice
> now that pan leaves too many blank line above my reply, at least for my
> personal taste.
>
> Anyway, because pan doesn't do attachments I'll have to cut and paste
> this patch inline, which is to risk whitespace corruption:
>
> --- pan/gui/post-ui.c.orig 2008-09-28 07:38:10.000000000 -0700
> +++ pan/gui/post-ui.cc 2008-09-28 07:39:15.000000000 -0700
> @@ -1356,7 +1356,7 @@
> load_signature (profile.signature_file, profile.sig_type, sig);
> int ignored;
> if (GNKSA::find_signature_delimiter (sig, ignored) == GNKSA::SIG_NONE)
> - sig = std::string("\n\n-- \n") + sig;
> + sig = std::string("\n-- \n") + sig;
> }
> _current_signature = sig;
>
> But note Charles' reference to the GNKSA, and that extra \n wasn't put
> there by accident, I'm guessing. Maybe Charles wouldn't like this patch
> too much, dunno.
Thanks, Walt. I'll add the patch or try to on one of the Nix boxes
that's set up to compile things.
Cheers,
Kurt Steinhauser
- [Pan-users] [Pan 0.133-Windows] Drops server, Kurt Schilling, 2008/09/26
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, Duncan, 2008/09/26
- Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server, Kurt Schilling, 2008/09/26
- Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server, Kurt Schilling, 2008/09/27
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, Duncan, 2008/09/27
- Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server, Kurt Schilling, 2008/09/27
- Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server, Kurt Schilling, 2008/09/28
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, walt, 2008/09/28
- Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server,
Kurt Schilling <=
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, Duncan, 2008/09/28
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, walt, 2008/09/29
- Re: [Pan-users] Re: [Pan 0.133-Windows] Drops server, Kurt Schilling, 2008/09/29
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, Duncan, 2008/09/29
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, Duncan, 2008/09/30
- [Pan-users] Re: [Pan 0.133-Windows] Drops server, Duncan, 2008/09/29
Re: [Pan-users] [Pan 0.133-Windows] Drops server, Joe Zeff, 2008/09/26