diff options
-rw-r--r-- | pith/msgno.c | 3 | ||||
-rw-r--r-- | po/Makefile.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/pith/msgno.c b/pith/msgno.c index 75669225..743c99f3 100644 --- a/pith/msgno.c +++ b/pith/msgno.c @@ -270,6 +270,9 @@ msgno_exclude_deleted(MAILSTREAM *stream, MSGNO_S *msgs, char *sequence) */ (void) count_flagged(stream, F_DEL); + if(sequence) + mail_sequence (stream,sequence); + /* * Start with the end of the folder and work backwards so that * msgno_exclude doesn't have to shift the entire array each time when diff --git a/po/Makefile.in b/po/Makefile.in index 67baf6d6..fdc2fb86 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.11.8 +VERSION = 2.11.9 PACKAGE_BUGREPORT = chappa@washington.edu SHELL = /bin/sh |