summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-11-22 17:41:27 -0700
committerEduardo Chappa <chappa@washington.edu>2019-11-22 17:41:27 -0700
commit8dfd4135d461fcc559b426b9ecd20760e17641b4 (patch)
treead9e4511f313619d9124ccacefa7d89bce3a31ea
parentc4a59b4ff006e55f42780340f1fdcdbffad5821c (diff)
downloadalpine-8dfd4135d461fcc559b426b9ecd20760e17641b4.tar.xz
* Alpine crashes when opening a remote imap folder and computing scores.
Reported by Paul DeStefano.
-rw-r--r--pith/msgno.c2
-rw-r--r--pith/pine.hlp5
2 files changed, 5 insertions, 2 deletions
diff --git a/pith/msgno.c b/pith/msgno.c
index 0ec3363..f3a6dec 100644
--- a/pith/msgno.c
+++ b/pith/msgno.c
@@ -864,7 +864,7 @@ calculate_some_scores(MAILSTREAM *stream, SEARCHSET *searchset, int no_fetch)
* we will actually have fetched this with
* the envelope. Just making sure.
*/
- if(hdrtok && no_fetch){
+ if(no_fetch){
error++;
break;
}
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 0ade960..fa86722 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 375 2019-10-29 23:23:37
+Alpine Commit 376 2019-11-22 17:41:21
============= h_news =================
<HTML>
<HEAD>
@@ -350,6 +350,9 @@ Bugs that have been addressed include:
<LI> Alpine removes trailing spaces from passwords, making a longin attempt
fail. Reported by R. Lyons.
+
+ <LI> Alpine crashes when opening a remote imap folder and computing scores.
+ Reported by Paul DeStefano.
</UL>
<P>