Andreas Krennmair:
[apps/madmutt.git] / send.c
diff --git a/send.c b/send.c
index 7391e91..8309545 100644 (file)
--- a/send.c
+++ b/send.c
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */ 
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "mutt.h"
 #include "mutt_curses.h"
 #include "rfc2047.h"
@@ -71,10 +75,6 @@ static void append_signature (FILE *f)
   }
 }
 
-static void append_signoff_string(FILE *f)
-{
-}
-
 /* compare two e-mail addresses and return 1 if they are equivalent */
 static int mutt_addrcmp (ADDRESS *a, ADDRESS *b)
 {