Jeremy Blosser <[EMAIL PROTECTED]> wrote on Thu, 04 Nov 1999:
> If you're so concerned, and you're sure it's a no-brainer, why don't you
> just fix it and submit the patch?

I'd like to see this happen too, so here you go (patch attached).

What's the procedure for submitting a patch to the developers?  I have
no idea what's the status of the last patch I wrote and sent to
mutt-dev.


Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
ERROR!  CAT reader seems to be conflicting with the mouse.
diff -ur mutt-1.0.orig/acconfig.h mutt-1.0/acconfig.h
--- mutt-1.0.orig/acconfig.h    Thu Sep  2 19:28:42 1999
+++ mutt-1.0/acconfig.h Thu Nov  4 16:58:06 1999
@@ -17,8 +17,8 @@
 /* Does your version of PGP support the PGPPASSFD environment variable? */
 #define HAVE_PGPPASSFD
 
-/* Disable the X-Mailer header? */
-#undef NO_XMAILER
+/* Disable the User-Agent header? */
+#undef NO_USERAGENT
 
 /* What is your domain name? */
 #undef DOMAIN
diff -ur mutt-1.0.orig/sendlib.c mutt-1.0/sendlib.c
--- mutt-1.0.orig/sendlib.c     Tue Sep 28 19:44:30 1999
+++ mutt-1.0/sendlib.c  Thu Nov  4 16:58:38 1999
@@ -1346,11 +1346,11 @@
     mutt_write_mime_header (attach, fp);
   }
 
-#ifndef NO_XMAILER
+#ifndef NO_USERAGENT
   if (mode == 0)
   {
     /* Add a vanity header */
-    fprintf (fp, "X-Mailer: Mutt %s\n", MUTT_VERSION);
+    fprintf (fp, "User-Agent: Mutt %s\n", MUTT_VERSION);
   }
 #endif
 

Reply via email to