Move things around: more DT_SYS variables into the lua !
[apps/madmutt.git] / sendlib.c
index 6ad7ed0..73d41b3 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -1505,7 +1505,7 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach,
       os = (uname(&un) == -1) ? "UNIX" : un.sysname;
     }
     /* Add a vanity header */
       os = (uname(&un) == -1) ? "UNIX" : un.sysname;
     }
     /* Add a vanity header */
-    fprintf (fp, "User-Agent: %s (%s)\n", mutt_make_version (0), os);
+    fprintf (fp, "User-Agent: %s (%s)\n", mutt_make_version(), os);
   }
 
   return (ferror (fp) == 0 ? 0 : -1);
   }
 
   return (ferror (fp) == 0 ? 0 : -1);