X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/bfff2c60b2c860c2bc466bdab94daf770d86aec5..ddf3a8574f657dcb8c53fc5908e7bebbde1994b5:/uip/sortm.c?ds=inline diff --git a/uip/sortm.c b/uip/sortm.c index 79543207..2ba5c8e9 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -5,11 +5,32 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "sbr/dtime.h" +#include "sbr/m_name.h" +#include "sbr/m_getfld.h" +#include "sbr/getarguments.h" +#include "sbr/seq_setprev.h" +#include "sbr/seq_setcur.h" +#include "sbr/seq_save.h" +#include "sbr/smatch.h" +#include "sbr/uprf.h" +#include "sbr/m_convert.h" +#include "sbr/getfolder.h" +#include "sbr/ext_hook.h" +#include "sbr/folder_read.h" +#include "sbr/folder_free.h" +#include "sbr/context_save.h" +#include "sbr/context_replace.h" +#include "sbr/context_find.h" +#include "sbr/ambigsw.h" +#include "sbr/path.h" +#include "sbr/print_version.h" +#include "sbr/print_help.h" #include "sbr/error.h" -#include +#include "h/tws.h" #include "h/done.h" -#include +#include "h/utils.h" #include "sbr/m_maildir.h" #define SORTM_SWITCHES \ @@ -47,7 +68,7 @@ int nmsgs; char *subjsort; /* sort on subject if != 0 */ time_t datelimit = 0; -bool submajor; /* if true, sort on subject-major */ +bool submajor; /* if true, sort on subject-major */ bool verbose; int allmsgs = 1; int check_failed = 0;