X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmx.c;h=b58a621eed1a23af81b091eeb1bc8354a2e4fcf3;hp=231d1408d7358ecc71f335097817f4703eb4da8e;hb=388148b48fedd8007192a5f94cf0bad89c65227b;hpb=892df7e70376da43374d834b8a825ea2d59efd06 diff --git a/lib-mx/mx.c b/lib-mx/mx.c index 231d140..b58a621 100644 --- a/lib-mx/mx.c +++ b/lib-mx/mx.c @@ -16,9 +16,9 @@ #include #include #include -#include #include "mutt.h" +#include "crypt.h" #include "pattern.h" #include "buffy.h" #include "mx.h" @@ -1080,7 +1080,7 @@ MESSAGE *mx_open_new_message (CONTEXT * dest, HEADER * hdr, int flags) p = hdr->env->from; } - fprintf (msg->fp, "From %s %s", p ? p->mailbox : NONULL (Username), + fprintf (msg->fp, "From %s %s", p ? p->mailbox : NONULL(MCore.username), ctime (&msg->received)); } }