- Update 4.8.2
Changelog: - for IMAP retrievers, keep message state around for 30 days even if the corresponding message isn't seen. This allows users to have multiple rc files with different IMAP folders to retrieve from without losing their "seen" mail state for the folders they're not currently retrieving from. You no longer need to work around this with different getmail state directories. PR: 126201 Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
This commit is contained in:
parent
69064c6b26
commit
9ba2653147
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217990
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= getmail
|
||||
PORTVERSION= 4.8.1
|
||||
PORTVERSION= 4.8.2
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \
|
||||
http://mirrors.closedsrc.org/getmail/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (getmail-4.8.1.tar.gz) = 3ea7cff8a80d845c5a6086551737311f
|
||||
SHA256 (getmail-4.8.1.tar.gz) = 8c4c49c0d42004d09afbfd076204c03c8fbf722bdbd4cc9572a81a5bc47517b9
|
||||
SIZE (getmail-4.8.1.tar.gz) = 150706
|
||||
MD5 (getmail-4.8.2.tar.gz) = 78105eef2e5e71fef2fe6564bec10bea
|
||||
SHA256 (getmail-4.8.2.tar.gz) = 82e920128b21200dbb72150c660b47942d0857cbb80382b7e055eefb09203ed1
|
||||
SIZE (getmail-4.8.2.tar.gz) = 151261
|
||||
|
|
Loading…
Reference in a new issue