X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fstatus.c;h=2ca8f9d1c578437dbea7ec4b3a36c5d9b95ce503;hb=2ac2bb6e436cef59dcbb88031b276aa81a109785;hp=9c4bdf9f882c382b142242f2ecfbe99bdeb2d5fe;hpb=b23d5033080fe9f9fba038e3cf1e3ec2b0a0d33d;p=apps%2Fmadmutt.git diff --git a/lib-ui/status.c b/lib-ui/status.c index 9c4bdf9..2ca8f9d 100644 --- a/lib-ui/status.c +++ b/lib-ui/status.c @@ -98,7 +98,7 @@ status_format_str(char *buf, ssize_t buflen, char op, const char *src, case 'h': snprintf (fmt, sizeof (fmt), "%%%ss", prefix); - snprintf (buf, buflen, fmt, NONULL (Hostname)); + snprintf (buf, buflen, fmt, NONULL (MCore.shorthost)); break; case 'f': @@ -256,7 +256,7 @@ status_format_str(char *buf, ssize_t buflen, char op, const char *src, break; case 'v': - m_strcpy(buf, buflen, mutt_make_version(0)); + m_strcpy(buf, buflen, mutt_make_version()); break; case 'V':