X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=from.c;h=59317898ca6eb5d91e7c1489554971202f6e28e8;hp=eafdfe69a08a2de385d6ab5a8abbe074d33bd92b;hb=ee48d4232053aee30adb5afb48b147e31d7aedfa;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/from.c b/from.c index eafdfe6..5931789 100644 --- a/from.c +++ b/from.c @@ -7,28 +7,10 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include - -#include -#include -#include -#include +#include #include "mutt.h" -static const char *next_word(const char *s) -{ - while (*s && !ISSPACE(*s)) - s++; - s = skipspaces(s); - return s; -} - int mutt_check_month (const char *s) { int i; @@ -57,7 +39,7 @@ static int is_day_name (const char *s) * From [ ]