X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f77e0b578f71edb6f9105d5af8d54c8237cd9078..f07a022e29922690ff8eb54a3c2ea33a5fd3510d:/uip/mark.c diff --git a/uip/mark.c b/uip/mark.c index 3972508f..0b17b862 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -9,6 +9,7 @@ #include #include +#include "sbr/m_maildir.h" #define MARK_SWITCHES \ X("add", 0, ADDSW) \ @@ -119,10 +120,9 @@ main (int argc, char **argv) if (*cp == '+' || *cp == '@') { if (folder) adios (NULL, "only one folder at a time!"); - else - folder = pluspath (cp); + folder = pluspath (cp); } else - app_msgarg(&msgs, cp); + app_msgarg(&msgs, cp); } /* @@ -244,7 +244,7 @@ print_debug (struct msgs *mp) /* * Print debugging info about all the SELECTED * messages and the sequences they are in. - * Due limitattions of snprintb(), only a limited + * Due to limitations of snprintb(), only a limited * number of sequences will be printed. See the * comments in sbr/seq_bits.c. */