diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-10-16 00:10:05 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-10-16 00:10:05 -0600 |
commit | bdfc834badee92ceeb2befe02f1d065ced5b9ddf (patch) | |
tree | 4c5402a4b6fe3b51e521b6bbe75640716379e1c8 /po | |
parent | ee95edb6a42df4b45c82080c32f852781f289a02 (diff) | |
download | alpine-bdfc834badee92ceeb2befe02f1d065ced5b9ddf.tar.xz |
* Fix to UID EXPUNGE support for newsgroups. count_flagged erases
the sequence bit, so we reinstate it by calling mail_sequence
on the sequence parameter to the msgno_exclude_* function. No bump
in version yet.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |