X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fstatus.c;h=af9ba331d597f42e49e13bb18ee917f825d3b9b1;hp=02d38b2c545f87d58829824aeb1d1343b573576e;hb=b2c8662dd3e1d14ed817e9e166f1fd223a5b4754;hpb=fc7b90fd61ac9efd35a5b506cc10679969d84cba diff --git a/lib-ui/status.c b/lib-ui/status.c index 02d38b2..af9ba33 100644 --- a/lib-ui/status.c +++ b/lib-ui/status.c @@ -7,9 +7,8 @@ * please see the file GPL in the top level source directory. */ -#include +#include -#include #include #include @@ -98,7 +97,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 (mod_core.shorthost)); break; case 'f':