diff options
author | Eduardo Chappa <chappa@washington.edu> | 2019-11-22 17:41:27 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2019-11-22 17:41:27 -0700 |
commit | 8dfd4135d461fcc559b426b9ecd20760e17641b4 (patch) | |
tree | ad9e4511f313619d9124ccacefa7d89bce3a31ea /pith | |
parent | c4a59b4ff006e55f42780340f1fdcdbffad5821c (diff) | |
download | alpine-8dfd4135d461fcc559b426b9ecd20760e17641b4.tar.xz |
* Alpine crashes when opening a remote imap folder and computing scores.
Reported by Paul DeStefano.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/msgno.c | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/pith/msgno.c b/pith/msgno.c index 0ec33639..f3a6dec5 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 0ade960a..fa86722e 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> |