workaround a stupid issue in how decoding is performed in mutt *sigh*
[apps/madmutt.git] / commands.c
index 710fd7b..239c7ea 100644 (file)
@@ -699,11 +699,6 @@ int mutt_save_message (HEADER * h, int delete,
   return -1;
 }
 
-void mutt_version (void)
-{
-  mutt_message (mutt_make_version());
-}
-
 void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp)
 {
   char buf[LONG_STRING];