On 17/06/05, K. Ghosh <[EMAIL PROTECTED]> wrote: > Sylpheed Claws 1.0.4 has a problem with gmail smtp (shows error after > sending the message). I found this patch for solving the problem. > > http://colino.net/sylpheed-claws/getpatchset.php3?ver=1.0.4cvs4 > > Can someone tell me how to apply the patch please > Thanks in advance.
Save that patch somewhere (say /tmp/patch.diff). Download the sylpheed source tarball - unless you already have it. Untar it. Change into the source directory (cd sylpheed-whatever). Run this command: patch -p4 < /tmp/patch.diff - keep an eye on the messages it gives out. Build sylpheed (./configure; make; make install). That should be it. All this, assuming you built sylpheed from sources. Binand ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
