X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttlib.c;h=c8339efc6396ba6efb172bab97bfda01ec34e0aa;hp=78037766b5930a0df7b9ae44b6fd1012de81ed5d;hb=1ffe18af5bf2fda6f7dc86c514b56c6a82ec3040;hpb=daf6df95bfcc7efc888b488a825e467268f20d3c diff --git a/muttlib.c b/muttlib.c index 7803776..c8339ef 100644 --- a/muttlib.c +++ b/muttlib.c @@ -21,9 +21,10 @@ #include +#include +#include + #include "mutt.h" -#include "enter.h" -#include "mutt_curses.h" #include "mx.h" #include "url.h" #include "attach.h" @@ -1219,10 +1220,10 @@ const char *mutt_make_version (int full) if (full) snprintf (vstring, sizeof (vstring), - "Madmutt %s-r%s (based on Mutt 1.5.11)", + "Madmutt/%s-r%s (based on Mutt 1.5.11)", MUTT_VERSION, MUTT_REVISION); else - snprintf (vstring, sizeof (vstring), "mutt-ng/%s-r%s", + snprintf (vstring, sizeof (vstring), "Madmutt/%s-%s", MUTT_VERSION, MUTT_REVISION); return vstring; }