From 986ab5e943db7aaed2aed98f8b74e4c26666fdd8 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 25 Aug 1998 22:33:07 +0000 Subject: CVS branch clean-up. --- headers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'headers.c') diff --git a/headers.c b/headers.c index b718eaf1..c9bc49b2 100644 --- a/headers.c +++ b/headers.c @@ -189,7 +189,7 @@ void mutt_edit_headers (const char *editor, else strfcpy (path, p, sizeof (path)); mutt_expand_path (path, sizeof (path)); - if ((body = mutt_make_attach (path))) + if ((body = mutt_make_file_attach (path))) { body->description = safe_strdup (q); for (parts = msg->content; parts->next; parts = parts->next) ; -- cgit v1.2.3