X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3c060a503d733e7c119fc7bde9b484cb036e4393..ddf3a8574f657dcb8c53fc5908e7bebbde1994b5:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index b43934ca..2ba5c8e9 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -6,6 +6,8 @@ */ #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" @@ -66,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;