mirror of
https://github.com/samsonjs/imapbackup.git
synced 2026-04-27 14:57:44 +00:00
Fix attribution
This commit is contained in:
parent
ad09fca79c
commit
b2ab83412b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@
|
||||||
__version__ = "1.4g"
|
__version__ = "1.4g"
|
||||||
__author__ = "Rui Carmo (http://taoofmac.com)"
|
__author__ = "Rui Carmo (http://taoofmac.com)"
|
||||||
__copyright__ = "(C) 2006-2017 Rui Carmo. Code under MIT License.(C)"
|
__copyright__ = "(C) 2006-2017 Rui Carmo. Code under MIT License.(C)"
|
||||||
__contributors__ = "Andrew Baxter, Bob Ippolito, Michael Leonhard, Giuseppe Scrivano <gscrivano@gnu.org>, Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett"
|
__contributors__ = "jwagnerhki, Bob Ippolito, Michael Leonhard, Giuseppe Scrivano <gscrivano@gnu.org>, Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett"
|
||||||
|
|
||||||
# = Contributors =
|
# = Contributors =
|
||||||
# Andrew Baxter: fix for message_id checks
|
# http://github.com/jwagnerhki: fix for message_id checks
|
||||||
# A. Bovett: Modifications for Thunderbird compatibility and disabling spinner in Windows
|
# A. Bovett: Modifications for Thunderbird compatibility and disabling spinner in Windows
|
||||||
# Christian Schanz: added target directory parameter
|
# Christian Schanz: added target directory parameter
|
||||||
# Brandon Long (Gmail team): Reminder to use BODY.PEEK instead of BODY
|
# Brandon Long (Gmail team): Reminder to use BODY.PEEK instead of BODY
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue