summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-04-09 18:54:20 -0700
committerKevin McCarthy <kevin@8t8.us>2019-04-10 14:32:31 -0700
commit030044671486225b355a57fd43cf984f702a5253 (patch)
tree15a29dd68fd48b7d5b3c45c1ae93cd904d72f8cf /handler.c
parent47d318be7bfb3971ff6db98a869b0fc39d5db7f9 (diff)
Rename to mutt_rfc1524_expand_filename().
Now that all callers pass a BUFFER, the buffer prefix is not needed to distinguish the parameter.
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index e4f6b2f8..b8ebe175 100644
--- a/handler.c
+++ b/handler.c
@@ -1324,7 +1324,7 @@ static int autoview_handler (BODY *a, STATE *s)
fname = safe_strdup (a->filename);
mutt_sanitize_filename (fname, 1);
- mutt_buffer_rfc1524_expand_filename (entry->nametemplate, fname, tempfile);
+ mutt_rfc1524_expand_filename (entry->nametemplate, fname, tempfile);
FREE (&fname);
if (entry->command)