X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttlib.c;h=87662ecb0fc4156d99c899f8a763cae1dc722608;hp=97e650f2cec08badd39eca09d81eabce45197ecc;hb=70e9ad0d77eb1c2d7ef76afdba6825de75d5599f;hpb=363a0a082dba5ca0865acdbf30e1806e0ecb60f6 diff --git a/muttlib.c b/muttlib.c index 97e650f..87662ec 100644 --- a/muttlib.c +++ b/muttlib.c @@ -233,14 +233,6 @@ void mutt_pretty_mailbox (char *s) } } -void -mutt_expand_file_fmt(char *dst, ssize_t n, const char *fmt, const char *src) -{ - char tmp[LONG_STRING]; - mutt_quote_filename(tmp, sizeof(tmp), src); - m_file_fmt(dst, n, fmt, tmp); -} - /* return 0 on success, -1 on abort, 1 on error */ int mutt_check_overwrite (const char *attname, const char *path, char *fname, ssize_t flen, int *append,