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. -- Visualize clever sig here _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users