On Tue, 20 May 2008 11:13:22 -0700, Joe Zeff wrote: > I've just installed and started using Pan. For the most part, I like > it, but there are a few, minor issues. The most obvious one has to do > with the signature. If I tell it to use a text file, it sends the > location of the file, not the contents. (Oddly enough, I see the > contents in the compose window.) If I tell it to use a command, it runs > the command twice, giving me a doubled sig. At least I can see this in > the compose window and correct it, but it'd be nicer if I didn't have > to.
There is a bug in the source code whereby a function called "apply_profile" in pan/gui/post-ui.cc is called twice. I solved the problem by commenting out one of the function calls, on about line 1550: // apply_profile (); This solved the doubled signature problem. _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users