summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-07-19 11:25:49 -0600
committerEduardo Chappa <chappa@washington.edu>2019-07-19 11:25:49 -0600
commit695a1ff509ac66e8e0d9bd619b983dfb8b49c0dc (patch)
tree8a2e3e3da0dd63b8e6a47452d2cc2a529345fc50
parent444474440a73e5710dde73d87d2587bdbcc68f52 (diff)
downloadalpine-695a1ff509ac66e8e0d9bd619b983dfb8b49c0dc.tar.xz
* Alpine crashes with error "Lock when already locked" because it
attempts to check for new mail on a locked stream that is being used for a save operation. Reported by Carlos E.R.
-rw-r--r--alpine/mailcmd.c2
-rw-r--r--pith/pine.hlp6
2 files changed, 6 insertions, 2 deletions
diff --git a/alpine/mailcmd.c b/alpine/mailcmd.c
index 8ee30a0..6ddd02a 100644
--- a/alpine/mailcmd.c
+++ b/alpine/mailcmd.c
@@ -3524,7 +3524,7 @@ save_size_changed_prompt(long msgno, int flags)
snprintf(prompt, sizeof(prompt),
"Message to save shrank! (msg # %ld): Continue anyway ? ", msgno);
ret = radio_buttons(prompt, -FOOTER_ROWS(ps_global), save_size_opts,
- 'n', 0, h_save_size_changed, RB_NORM);
+ 'n', 0, h_save_size_changed, RB_NORM|RB_NO_NEWMAIL);
switch(ret){
case 'a':
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 35e4039..1da108f 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 359 2019-07-11 22:43:59
+Alpine Commit 360 2019-07-19 11:23:24
============= h_news =================
<HTML>
<HEAD>
@@ -339,6 +339,10 @@ Bugs that have been addressed include:
<LI> Alpine stops parsing the mailcap file when it finds an invalid entry.
Reported by Matt Roberds to the Debian bug system at
<A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886370</A>.
+
+ <LI> Crash with error "Lock when already locked" when an attempt to check
+ for new mail on a locked stream that is being used for a save
+ operation. Reported by Carlos E.R.
</UL>
<P>