summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alpine/mailindx.c2
-rw-r--r--pith/pine.hlp6
2 files changed, 6 insertions, 2 deletions
diff --git a/alpine/mailindx.c b/alpine/mailindx.c
index 38d5c3c1..013a68aa 100644
--- a/alpine/mailindx.c
+++ b/alpine/mailindx.c
@@ -422,7 +422,7 @@ index_lister(struct pine *state, CONTEXT_S *cntxt, char *folder, MAILSTREAM *str
: (any_lflagged(msgmap, MN_HIDE))
? ZoomIndex
: (mn_total_cur(msgmap) > 1L) ? MultiMsgIndex : MsgIndex;
- if(style != old_style){
+ if(style != old_style || style == ZoomIndex){
state->mangled_header = 1;
state->mangled_footer = 1;
old_style = style;
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 40448925..12a25ce5 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 89 2015-08-10 19:34:01
+Alpine Commit 90 2015-08-10 21:58:23
============= h_news =================
<HTML>
<HEAD>
@@ -294,6 +294,10 @@ Bugs that have been addressed include:
<LI> Alpine fails to remove temporary files used during a display or sending
filter. Fix contributed by Phil Brooke.
+ <LI> When the index is in zoomed state, adding new messages to the
+ selection would not show those messages if those messages are on
+ top of the current message in the top of the screen. Reported by
+ Ulf-Dietrich Braumann.
</UL>