diff options
author | Eduardo Chappa <chappa@washington.edu> | 2019-07-19 11:25:49 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2019-07-19 11:25:49 -0600 |
commit | 695a1ff509ac66e8e0d9bd619b983dfb8b49c0dc (patch) | |
tree | 8a2e3e3da0dd63b8e6a47452d2cc2a529345fc50 /pith | |
parent | 444474440a73e5710dde73d87d2587bdbcc68f52 (diff) | |
download | alpine-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.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 35e4039e..1da108f2 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> |