Re: My patches to muttzilla
Status: Alpha
Brought to you by:
bdwinters
From: Brian D. W. <bri...@pt...> - 2000-08-04 20:41:05
|
On Mon, Jul 31, 2000 at 02:23:03PM -0400, Bob Bell wrote: > I've made a few changes to muttzilla on my system. I've attached > the patch I use to build muttzilla, although it wouldn't be appropriate > for everyone. Some of my changes should probably go into the CVS tree, > though. Setting up autoconf is on my to-do list. That should hopefully fix some of the problems you mention. In particular... > - Adjusted CFLAGS to proper warning string ('-w0') on Tru64 UNIX. Autoconf may not handle this? Since I write perfect code, maybe I don't need to show warnings after all... :) > - Changed copyright string for Tru64's compiler I wonder if gcc is broken in allowing embedded newlines in strings, or are all of the unix vendors (well, Compaq, Sun and SGI at least) shipping horribly outdated and limited cc's? My GNU bias makes me think it is the latter, but I haven't actually read the C standards to be sure. > - Added '#include <string.h>' to mzbase.c Oops. > Also, I had to change the lib/muttzilla/mutt script to start mutt. > I believe there was a problem with where the To address was being put on > the command line. I've attached my mutt script. Yeah, somewhere along the way I screwed that up, and I'm not sure why or how I didn't notice it, since I do test with mutt. I have some uncommitted changes that I need to bring into the sourceforge CVS tree, and I think this is one of them. Thanks for the info. Brian |