mutt_expand_file_fmt -> m_quotefile_fmt in file.c
[apps/madmutt.git] / muttlib.c
index 97e650f..87662ec 100644 (file)
--- 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,