[Pan-users] Re: VDQ spellchecker

2009-02-20 Thread Duncan
Beartooth posted pan.2009.02.20.14.47...@swva.net, excerpted below, on Fri, 20 Feb 2009 19:47:10 +: >> Pan uses the gtk-spell, if support for it has been compiled in >> (compile- time optional library dependency). I imagine gedit probably >> uses gtk- spell as well. gtk-spell in turn uses a

Re: [Pan-users] Re: Save attachment file permissions

2009-02-20 Thread Paul Crawford
Duncan wrote: --- pan/tasks/decoder.cc.orig 2009-02-20 08:28:14.0 -0800 +++ pan/tasks/decoder.cc2009-02-20 08:31:54.0 -0800 @@ -135,6 +135,7 @@ { UUSetMsgCallback (this, uu_log); UUSetOption (UUOPT_DESPERATE, 1, NULL); // keep incompletes; they'

[Pan-users] Re: VDQ spellchecker

2009-02-20 Thread Beartooth
On Tue, 17 Feb 2009 07:31:24 +, Duncan wrote: > walt posted [...] >> If you right-click on a 'misspelled' word in gedit it will give you a >> chance to add your own spelling to your personal dictionary. > > That's how it works in pan's own editor as well. > > Pan uses the gtk-spell,

[Pan-users] Re: Save attachment file permissions

2009-02-20 Thread Duncan
walt posted gnmmhs$k0...@ger.gmane.org, excerpted below, on Fri, 20 Feb 2009 16:42:37 +: > Now that I understand the proposed patch above I agree that it's better > than the one I came up with, but I think it's cleaner to put it here: > > --- pan/tasks/decoder.cc.orig 2009-02-20 08:28:14.

[Pan-users] Re: Save attachment file permissions

2009-02-20 Thread walt
On Fri, 20 Feb 2009 11:55:51 +, Paul Crawford (at UoD) wrote: > Duncan wrote: >> That said, internal or not, keeping the library code as pristine as >> possible should be a goal, so I'd say option 1, adding the call to >> UUSetOption (UUOPT_IGNMODE, 1 NULL) somewhere, is the "correct" >> solut

Re: [Pan-users] Re: Save attachment file permissions

2009-02-20 Thread Paul Crawford (at UoD)
Duncan wrote: That said, internal or not, keeping the library code as pristine as possible should be a goal, so I'd say option 1, adding the call to UUSetOption (UUOPT_IGNMODE, 1 NULL) somewhere, is the "correct" solution. I managed to compile pan-0.133 on my Fedora box and confirmed that, as