On Mon, 12 Feb 2007 21:04:22 -0600, Charles Kerr wrote: > Artur Jachacy wrote: >> On Tue, 13 Feb 2007 00:05:47 +0000, Artur Jachacy wrote: >>> There's a weird bug in 0.124: when I try to send a post, a warning comes up >>> that the signature marker should be "-- ", not "--". But the marker is added >>> by Pan itself and is in fact "-- ". >> >> Or is it? Looks like Pan removes the space and then complains about it. It's >> there in the compose window, but not in the message that is sent. > > This one-liner patch should fix the sig problem. > > I'll definitely fix the Outlook-style wrap ASAP. > I wouldn't want Pan to be compared to _that_ program. ;) > > cheers, > Charles > > Index: pan/gui/post-ui.cc > =================================================================== > --- pan/gui/post-ui.cc (revision 179) > +++ pan/gui/post-ui.cc (working copy) > @@ -130,7 +130,6 @@ > line_start = line_end = body_start; > while ((gtk_text_view_forward_display_line (view, &line_end))) { > char * line = gtk_text_buffer_get_text (buf, &line_start, &line_end, > false); > - line = g_strchomp (line); // erase trailing whitespace > body += line; > body += '\n'; > g_free (line); >
I have to ask a stupid question here. How would one apply the patch? Do you have to recompile patch it? I'm on Ubuntu Linux. -- Frank Tabor The very ink with which all history is written is merely fluid prejudice. -- Mark Twain _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users