move more functions in file.c
[apps/madmutt.git] / headers.c
index 8b69cc5..e9775d5 100644 (file)
--- a/headers.c
+++ b/headers.c
@@ -55,7 +55,7 @@ void mutt_edit_headers (const char *editor,
     return;
   }
 
-  mtime = mutt_decrease_mtime (path, &st);
+  mtime = m_decrease_mtime(path, &st);
 
   mutt_edit_file (editor, path);
   stat (path, &st);