diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-11-26 01:15:31 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-11-26 01:15:31 -0700 |
commit | c60f9d3bc9b6217f6b4de7cf516af45c972b6827 (patch) | |
tree | 467a470318ea8b6507fc06404757fba1e9a28749 /pith | |
parent | fb5d091667dd5db488d0bba2c4fa2e2e0f264572 (diff) | |
download | alpine-c60f9d3bc9b6217f6b4de7cf516af45c972b6827.tar.xz |
* When saving to a folder in the unix format, Alpine parses the destination
folder to assign uids to all messages in the folder. When the
destination folder is large this could significantly slow down
alpine. The purpose of parsing the folder is to make sure that when
saving the messages to it, the uids assigned to the messages upon
saving are available so that the COPYUID and APPENDUID calls in the
imap server return the uids of the saved messages. This data is
returned through a callback function which Alpine does not define
(but the imap server does), so we will force the parsing of the
destination folder when the callback is needed, since the assignment
of uids does not need to be done until opening the folder, and that
can be delayed. Fix based on a patch submitted to the alpine-info
list by Chris Caputo.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 8b5297d8..8b44c07c 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 624 2021-11-24 22:33:48 +Alpine Commit 625 2021-11-26 01:15:28 ============= h_news ================= <HTML> <HEAD> @@ -220,6 +220,12 @@ new additions to Alpine, please check it periodically. <LI> To protect the privacy of a user, the message-id of a message will be generated using the domain in the From field of the message. + +<LI> When saving to a folder in the unix format, Alpine parses the + destination folder to assign uids to all messages in the folder. When + the destination folder is large this could significantly slow down + alpine. Fix based on a patch submitted to the alpine-info list by + Chris Caputo. </UL> <P> |