X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=8309545c85211c987f68e8d938c9316a7f40f8fe;hp=7391e91e106d59ae9d89041e3829a484d00276f3;hb=f404a0ca916be07049af51a3022baaaaab94def6;hpb=0c528da3f6976cfef3d729d9cd66bd8f265a4060 diff --git a/send.c b/send.c index 7391e91..8309545 100644 --- a/send.c +++ b/send.c @@ -16,6 +16,10 @@ * 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) {