diff options
author | ben <ben> | 2004-04-22 23:41:27 +0000 |
---|---|---|
committer | ben <ben> | 2004-04-22 23:41:27 +0000 |
commit | 6b575fe7b6a46cbd402f8f4b816b3e081d7521ac (patch) | |
tree | 2971c1081b7e69ca4c3a06cb7d5a3d2890a773e5 /mail/mailsync/distinfo | |
parent | b07b24d335e695e93f21f6cd682b278846951a5a (diff) | |
download | pkgsrc-6b575fe7b6a46cbd402f8f4b816b3e081d7521ac.tar.gz |
Upgrade mailsync to version 4.4.4. Patch from Michael Pasternak. Notable
changes include:
* Check every fetch operation for success
* documented the fact that mailsync is not really fit for concurrent
mailbox access
* extended loging
* reengineering - clearer naming of variables (I hope)
- int msgno -> unsigned long msgno (as in c-client)
- functions and variables that return/contain only true/false
are now booleans
* do not copy deleted mails
* documented list mode
* list mode can display contents of mailboxes
* more docu
* reordered code to make it more coherent (IMHO)
* various functions (fetch_mail_ids, tdc_mail_open) had too many crucial
side effects which made the code very hard to follow. Untangled that.
* closing a stream before writing in it (c-client logic!) so that new
messages are not marked as seen. That means, that mutt users should be
happy(er?) now.
* more explicit and consistent error messages, more sensible debug output
* documented the code and renamed stuff so that it makes sense
* messages-ids are sanitized and saved in RFC822 format only.
* warnings about spaces in the message id are now optional, see the "-bd"
option
* fixed a bug that occured when files were copied over but could not be saved
for some reason
Diffstat (limited to 'mail/mailsync/distinfo')
-rw-r--r-- | mail/mailsync/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/mailsync/distinfo b/mail/mailsync/distinfo index 4a11b95d927..7bcdb0e765b 100644 --- a/mail/mailsync/distinfo +++ b/mail/mailsync/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2002/12/09 00:19:46 rh Exp $ +$NetBSD: distinfo,v 1.4 2004/04/22 23:41:27 ben Exp $ -SHA1 (mailsync_4.3-2.tar.gz) = 239f58aeb98718de347c1b53682fb6add156b7e3 -Size (mailsync_4.3-2.tar.gz) = 20257 bytes -SHA1 (patch-aa) = 2e18288d7549211ac0e77ee091fc24074d84d38f +SHA1 (mailsync_4.4.4-1.tar.gz) = 0e45f1136c7aae78730317c0dd74734a0df2a873 +Size (mailsync_4.4.4-1.tar.gz) = 27408 bytes +SHA1 (patch-aa) = b637925e91cca6b8675144be4e3f012ea7c219d0 +SHA1 (patch-ab) = 47530d92d127a3f45a6158d34b6f25dfb7d60192 |