1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
2.4.3:
* Patch from Lionel Elie Mamane <lionel@mamane.lu>
- Makes sure multiple "read" marks are taken into account only once
per message
- Skips over message bodies without reading in presence of a
"Content-Length" header
2.4.2:
* Fixed a bug which caused a new mailpanel not to be added, when the command
option or check interval was changed.
2.4.1:
* Support for netscape/mozilla and evolution mailboxes
2.4.0:
* i18n support. Patch from Alex Murygin <murygin@altlinux.ru>
* Russian translation from Alex Murygin <murygin@altlinux.ru>
2.3.1:
* Fixed memleaks. Patch by Christian Hammond <chipx86@gnupdate.org>
2.3.0:
* Check time can be adjusted per mailpanel
2.2.2:
* Fix compiling with an other compiler then gcc 3.2
2.2.1:
* Fixed wrong usage of basename (basename may change it's argument *sigh*)
* various little cleanups
2.2.0:
* show only the basename of a mailbox path in the tooltip
* Expand ~ and do globbing on mailbox paths
* Added a browse button to mailbox settings tabs
2.1.0:
* Patch from Tilman Sauerbeck <tilman@code-monkey.de> for sylpheed style
maildirs
* Fixed a bug in the maildir code, which caused it to always see new mail
2.0.0:
* Port to gtk2 and gkrellm2,
patch from Christian Hammond<chipx86@gnupdate.org>
0.7.2:
* Applied a patch from Martin Man <Martin.Man@seznam.cz> to make the
behaviour for old messages in a maildir more consistent with mailboxes
0.7.1:
* Added an option to highlight new mail, patch by Jason Thatcher
<jk_thatcher@yahoo.com>
* Added an option to let the mailcounter blink when new mail arrives
based on a patch by Martin Man <Martin.Man@seznam.cz>
0.7:
* Fixed memleak when closing the config window, found by Alan Schmitt
<alan.schmitt@inria.fr>
0.6b:
* Include time.h before including utime.h, otherwise it won't compile on
FreeBSD
0.6:
* Update maildir checking to resemble the one gkrellm (now) uses.
* Changed some stuff, that apparently made the config do spooky things.
* Plugin installs in /usr/local/lib/gkrellm2/plugins by default now.
0.5b:
* fixed a memleak found by Alan Schmitt <alan.schmitt@inria.fr>
0.5:
* added ability to show tooltips, with mail per box.
* added a patch from Baptiste Malguy <babou@abul.org> to fix maildir support.
0.4:
* added a patch by Ryan Pavlik <rpav@mythosource.org> to support MH style
mailboxes.
* fixed a small memleak ( thanks to Ryan for finding it)
0.3:
* add possibility to run an external command for each mailpanel
* mailbox names can now have more than 9 chars and contain whitespace
* some bugfixes...
* the configfile format has changed, so you'll have to reconfigure it
if you've been using version 0.2 or 0.1..
0.2:
* Created a changelog ;)
* Added option to vieuw the total number of mails.
* Added option to count accessed but unread mail as new.
|