2 - Autoconf based package configuration support added.
3 - Support for real X11 fonts when drawing the ticker.
4 Use the new option "-fn X11_FONT_NAME" or ~/.wmailrc-file statement
5 "Ticker.X11Font = X11_FONT_NAME" to enable it. If you wish to see latin1
6 characters not covered by the buildin font you MUST make use of this.
7 - Removed support of two buildin fonts (one seems enough when native
8 X11 font rendering is supported...) -> cmdline option "-bf" and
9 rcfile statement "Ticker.BoldFont" are no longer available
10 - added a window name when called with the -w option (libdockapp windowing
11 mode), this workarounds a dockapp library bug and makes wmail work docked
13 - Fixed some reconfiguration memleaks
14 - Fixed button-keeps-up-when-pressed-and-empty-inbox bug
15 - Fixed Maildir file-parsing bug
16 - Fixed wmail-crash on dual-headed displays (Thanx to Michael Hocke!)
17 - Changed upper M@il symbol a bit ;-)
20 - Comment support added (by Juergen A. Erhard - thank you!)
21 - Status field content recognition enhanced: now you can supply the
22 content of the status field that markes you email as read. This is due
23 to different behaviour of different mbox readers - pine seems using "ro"
24 to mark a mail as read. The given value is substring-matched.
27 - Support for qmails Maildir format added: if you specify a directory
28 as your inbox then wmail assumes 'Maildir' functionality,
29 searches for the subdirectories "new" and "cur" and interprets all
30 files found directly under these directories as text-files containing
31 one single email message. When in Maildir-mode, checksums and the
32 file ~/.wmail-cksums are not used.
33 - Combining of equal sender-names before tickering them is not done
34 anymore - this hasn't worked if for example wmail shows only unread
35 emails and there are two emails from the same sender and one of them
36 is read, the other isn't.
39 - Now redrawing is done only if there are some changes to be drawn
40 (previous versions had redrawn the screen fps-times per sec. even if
41 the inbox was empty...)
44 - File parsing bug fixed: searching for "From"-directive is now
48 - Support for mail-header-field "Status" added: if this field
49 is set to "RO" the mail is assumed to be read. Turn this feature on
50 either by adding "Mail.UseStatusField = Yes" to your ~/.wmailrc-file
51 or using the new cmd-line option "-sf"
54 - Minor changes: signal-handling stuff reimplemented
55 - Included another set of xpms (thanx to delt!); to use it,
56 change the #includes in wmail.c to point to the xpm_delt dir
59 - Sender-skipping added: use this by adding some
60 "Mail.SkipSender = XYZ" to your ~/.wmailrc file. Note that you can
61 use the known wildcards here (i.e. "Mail.SkipSender = *Foo*" matches
62 all names containing "Foo")
63 - Support for execution of a custom command when receiving a new mail
64 added: either use the new option "-e" or a
65 "Mail.OnNew.Command = some-cmd" in the rc-file (for example this
66 makes it possible to play some sound file using the command
67 "/usr/bin/play some-sound.wav")
70 - Config-file support (~/.wmailrc), re-configuration of most options
71 during run-time is possible - a click on the docklets main-area
72 forces wmail to read its config-file. Note that this can also be
73 used to do a mailbox update...
74 - Bolder tickerfont added -> new option "-bf"
75 - Polling bug fixed (wmail has queried for new mail fps-times per
77 - Mailbox made configurable via cmdline -> new cmd-option "-mb"
78 - Color of inactive (off-switched) symbols made customizable -> new
82 - Minor fixes, debugging-aid macro TRACE made more portable
85 - Made mails identifiable by a checksum to (hopefully) fix some
86 wrong behaviour of the recent-mails-only feature introduced with
87 v1.3 - this is also used to make wmail able to keep the current state
88 in mind, even after a restart. These checksums are written to the
89 file ".wmail-cksums" in the users home directory
92 - wmail is now able to show only recent mails in ticker and counter
93 (such ones you don't have read/opened yet since startup of wmail)
94 this is quite nice if you use your mail-file as an inbox storing
95 loads of mails there -> new cmd-option "-n"
96 - Solaris port got working (signal-handler bug fixed)
97 - Image of run-client-button changed
100 - Message counter now displays up to 3 digits
101 - Made ticker scroll-refresh customizable (30 fps by default)
102 -> new cmd-option "-fps"
105 - Parsing of from-header fixed/improved
106 - Added windowed mode support (only works with libdockapp v >0.4.0) and
107 support for a non-shaped window -> new cmd-options "-w" and "-ns"
108 - Made background color customizable (useful in windowed mode)
109 -> new cmd-option "-bg"
110 - Ticker either fullname, short-address-name or total-address
111 -> new cmd-option "-s"
112 - Changed pixmaps a bit