X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6a9e73aa660d24cf9aa417a5ec7e7a73f6bfd266..ddf3a8574f657dcb8c53fc5908e7bebbde1994b5:/uip/sortm.c?ds=sidebyside diff --git a/uip/sortm.c b/uip/sortm.c index 709fc6df..2ba5c8e9 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -6,6 +6,15 @@ */ #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" @@ -59,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;