• Claws: idiotic bugs

    Paul pointed me to a few crashers in Sylpheed-Claws last night. Crashes happened when you unloaded some plugins, then used features these plugins extended. In the end the fixes were stupid one-liners about missing de-registration, like in mailmbox:  void plugin_done(void)  { +        folder_unregister_class(mailmbox_get_class());  } Leaving…

    Lire la suite...
  • sylpheed.org domain, again

    Oktay answered us, and he put the new DNS in place. So we now have control over the sylpheed.org domain. It is slowly going live as DNS servers notice the change… I hope everything will go fine! Probably we’ll be able to replace http://sylpheed-claws.sf.net/ by a redirection to the new http://claws.sylpheed.org/. If someone…

    Lire la suite...
  • Claws 1.9.12 feedback

    I gave a look at various places to see which kind of feedback the last release got. So far, not a single crasher has been reported, nor any outstanding bug. Cool. People wrote: How about [ghostscript-viewer] for Sylpheed-Claws 1.9.x? I still have two major wishes regarding cut-n-paste and reformatting. […] I’m not trying to nag…

    Lire la suite...
  • libgnomeprint example

    Given that I had a really hard time finding a simple example on how to use libgnomeprint and libgnomeprintui, here is a little hello-world type example for it. libgnomeprintexample-.tar.gz. (Yes, it’s quickly thrown together so there’s not even a version). Just type ./configure && make && ./libgnomeprintexample And let’s hope this will be useful…

    Lire la suite...