]> mj.ucw.cz Git - checkmail.git/log
checkmail.git
10 years agoReleased version 1.7 v1.7
Martin Mares [Sat, 29 Mar 2014 22:35:49 +0000 (23:35 +0100)]
Released version 1.7

10 years agoAvoid repeating the same mail in OSD announcements
Martin Mares [Sat, 29 Mar 2014 22:34:22 +0000 (23:34 +0100)]
Avoid repeating the same mail in OSD announcements

10 years agoMail age gets updated properly, even if the mailbox does not change
Martin Mares [Sat, 29 Mar 2014 22:22:42 +0000 (23:22 +0100)]
Mail age gets updated properly, even if the mailbox does not change

10 years agoSilence warning about unused variable
Martin Mares [Sat, 29 Mar 2014 22:22:31 +0000 (23:22 +0100)]
Silence warning about unused variable

10 years agoAvoid writing "1 hrs"
Martin Mares [Sat, 29 Mar 2014 22:05:57 +0000 (23:05 +0100)]
Avoid writing "1 hrs"

10 years agoReleased version 1.6 v1.6
Martin Mares [Sun, 9 Feb 2014 23:51:22 +0000 (00:51 +0100)]
Released version 1.6

10 years agoRelaxed parsing of encoded MIME headers
Martin Mares [Sun, 9 Feb 2014 23:51:10 +0000 (00:51 +0100)]
Relaxed parsing of encoded MIME headers

10 years agoMaint: Updated path to release-prog v1.5
Martin Mares [Wed, 5 Feb 2014 11:57:28 +0000 (12:57 +0100)]
Maint: Updated path to release-prog

10 years agoReleased version 1.5
Martin Mares [Wed, 5 Feb 2014 11:56:26 +0000 (12:56 +0100)]
Released version 1.5

10 years agoFixed formatting of sender addresses combined with personal info
Martin Mares [Wed, 5 Feb 2014 11:50:32 +0000 (12:50 +0100)]
Fixed formatting of sender addresses combined with personal info

add_snipped() was too agressive with automatic removal of spaces.

11 years agoWhen debug_mode > 1, log all parsed messages
Martin Mares [Wed, 4 Jul 2012 16:53:17 +0000 (18:53 +0200)]
When debug_mode > 1, log all parsed messages

13 years agoMaint: Check compilation with different settings v1.4
Martin Mares [Sun, 18 Jul 2010 14:03:28 +0000 (16:03 +0200)]
Maint: Check compilation with different settings

13 years agoAllow `make CONFIG_X11=0'
Martin Mares [Sun, 18 Jul 2010 14:03:18 +0000 (16:03 +0200)]
Allow `make CONFIG_X11=0'

13 years agorelease.pm: Make test compile command configurable
Martin Mares [Sun, 18 Jul 2010 14:03:06 +0000 (16:03 +0200)]
release.pm: Make test compile command configurable

13 years agorelease.pm: Avoid Vim swap files
Martin Mares [Sun, 18 Jul 2010 13:57:35 +0000 (15:57 +0200)]
release.pm: Avoid Vim swap files

13 years agoMaint: Use release notifiers
Martin Mares [Sun, 18 Jul 2010 13:52:14 +0000 (15:52 +0200)]
Maint: Use release notifiers

13 years agorelease.pm: Added release notifiers
Martin Mares [Sun, 18 Jul 2010 13:51:53 +0000 (15:51 +0200)]
release.pm: Added release notifiers

13 years agorelease.pm: implement Git repository tagging
Martin Mares [Sun, 18 Jul 2010 13:38:10 +0000 (15:38 +0200)]
release.pm: implement Git repository tagging

13 years agoMaint: release.pm updated from current pciutils
Martin Mares [Sun, 18 Jul 2010 13:14:21 +0000 (15:14 +0200)]
Maint: release.pm updated from current pciutils

13 years agoReleased version 1.4
Martin Mares [Sun, 18 Jul 2010 13:00:05 +0000 (15:00 +0200)]
Released version 1.4

13 years agoREADME: Documented OSD formatting
Martin Mares [Sun, 18 Jul 2010 12:58:23 +0000 (14:58 +0200)]
README: Documented OSD formatting

13 years agoOSD: Substitution of variables to OSD messages
Martin Mares [Sun, 18 Jul 2010 12:50:16 +0000 (14:50 +0200)]
OSD: Substitution of variables to OSD messages

Currently, it is possible to substitute the subject and sender of
the highest-priority new message and also the total number of new
messages.

Changed the default OSD message to include this information, too.

Also added a logic which suppresses asynchronous notifications (OSD
and bells) when we already have the user's attention -- upon startup
and immediately after mutt exits.

13 years agoRefactored processing of snippets
Martin Mares [Sun, 18 Jul 2010 12:46:17 +0000 (14:46 +0200)]
Refactored processing of snippets

Sender and subject snippets are now stored separately and the full
snippet is constructed from them whenever needed.

13 years agoREADME: Reformatted the list of keys
Martin Mares [Sun, 18 Jul 2010 11:16:57 +0000 (13:16 +0200)]
README: Reformatted the list of keys

13 years agoUpdated README to describe OSD and isearch
Martin Mares [Sun, 18 Jul 2010 11:11:03 +0000 (13:11 +0200)]
Updated README to describe OSD and isearch

13 years agoImplemented incremental search
Martin Mares [Sun, 18 Jul 2010 11:07:49 +0000 (13:07 +0200)]
Implemented incremental search

13 years agoOSD: avoid repeated messages
Martin Mares [Sun, 18 Jul 2010 11:06:29 +0000 (13:06 +0200)]
OSD: avoid repeated messages

13 years agoOSD message options (and even messages themselves) made configurable
Martin Mares [Sun, 18 Jul 2010 09:51:57 +0000 (11:51 +0200)]
OSD message options (and even messages themselves) made configurable

13 years agoAdded basic support for on-screen display via OSDD
Martin Mares [Sun, 18 Jul 2010 09:34:57 +0000 (11:34 +0200)]
Added basic support for on-screen display via OSDD

16 years agoAdded support for lighting keyboard LEDs via the XKB protocol.
Martin Mares [Wed, 5 Mar 2008 11:17:11 +0000 (12:17 +0100)]
Added support for lighting keyboard LEDs via the XKB protocol.

Released as version 1.3.

16 years agoReally increment the version number.
Martin Mares [Wed, 13 Feb 2008 18:47:09 +0000 (19:47 +0100)]
Really increment the version number.

16 years agoAdded support for gzipped mailboxes.
Martin Mares [Wed, 13 Feb 2008 18:46:45 +0000 (19:46 +0100)]
Added support for gzipped mailboxes.

16 years agoUse libncursesw, because UTF-8 does not work otherwise.
Martin Mares [Wed, 16 Jan 2008 09:39:11 +0000 (10:39 +0100)]
Use libncursesw, because UTF-8 does not work otherwise.

16 years agoFix path in release scripts.
Martin Mares [Mon, 25 Jun 2007 20:31:15 +0000 (22:31 +0200)]
Fix path in release scripts.

16 years agoOne more improvement to the flag highlighting mode (still 1.0).
Martin Mares [Mon, 25 Jun 2007 20:26:41 +0000 (22:26 +0200)]
One more improvement to the flag highlighting mode (still 1.0).

16 years agoReleased version 1.0.
Martin Mares [Mon, 25 Jun 2007 20:21:39 +0000 (22:21 +0200)]
Released version 1.0.

16 years agoMailboxes can be assigned hotkeys.
Martin Mares [Mon, 25 Jun 2007 19:51:59 +0000 (21:51 +0200)]
Mailboxes can be assigned hotkeys.

16 years agoTell iconv() that we want transliteration.
Martin Mares [Mon, 25 Jun 2007 18:45:27 +0000 (20:45 +0200)]
Tell iconv() that we want transliteration.

16 years agoFixed a couple of bugs in rfc2047 parsing.
Martin Mares [Mon, 25 Jun 2007 18:04:57 +0000 (20:04 +0200)]
Fixed a couple of bugs in rfc2047 parsing.

16 years agoBetter rules for coloring of flagged messages.
Martin Mares [Mon, 25 Jun 2007 17:27:01 +0000 (19:27 +0200)]
Better rules for coloring of flagged messages.

16 years agoBumped version number.
Martin Mares [Mon, 25 Jun 2007 17:24:27 +0000 (19:24 +0200)]
Bumped version number.

16 years agoAdded parsing of sender addresses and two new options controlling which
Martin Mares [Mon, 25 Jun 2007 17:22:33 +0000 (19:22 +0200)]
Added parsing of sender addresses and two new options controlling which
parts of the name of the sender get included in the snippet.

16 years agoPruned the rfc822 code. Only parsing of addresses is useful for us.
Martin Mares [Mon, 25 Jun 2007 17:22:03 +0000 (19:22 +0200)]
Pruned the rfc822 code. Only parsing of addresses is useful for us.

16 years agoImported rfc822 code from mutt-1.5.16.
Martin Mares [Mon, 25 Jun 2007 16:52:57 +0000 (18:52 +0200)]
Imported rfc822 code from mutt-1.5.16.

16 years agoMoved all functions related to charsets to a separate file and
Martin Mares [Mon, 25 Jun 2007 16:43:43 +0000 (18:43 +0200)]
Moved all functions related to charsets to a separate file and
fixed a couple of bugs in incremental counting of flagged messages.

16 years agoFirst attempt at rfc2047 parsing.
Martin Mares [Mon, 25 Jun 2007 15:53:40 +0000 (17:53 +0200)]
First attempt at rfc2047 parsing.

16 years agoAdded rfc2047 code from mutt-1.5.16.
Martin Mares [Mon, 25 Jun 2007 14:42:04 +0000 (16:42 +0200)]
Added rfc2047 code from mutt-1.5.16.

16 years agoShow flagged messages if there are no new mails.
Martin Mares [Mon, 25 Jun 2007 14:01:38 +0000 (16:01 +0200)]
Show flagged messages if there are no new mails.

16 years agoFolded headers are now unfolded.
Martin Mares [Mon, 25 Jun 2007 13:33:27 +0000 (15:33 +0200)]
Folded headers are now unfolded.

18 years agoCompress spaces and avoid printing unprintable characters.
Martin Mares [Sat, 3 Jun 2006 11:08:31 +0000 (11:08 +0000)]
Compress spaces and avoid printing unprintable characters.

19 years ago0.3
Martin Mares [Wed, 25 May 2005 16:47:08 +0000 (16:47 +0000)]
0.3

19 years agoF.
Martin Mares [Wed, 25 May 2005 14:08:51 +0000 (14:08 +0000)]
F.

19 years ago...
Martin Mares [Mon, 23 May 2005 09:31:51 +0000 (09:31 +0000)]
...

19 years ago...
Martin Mares [Mon, 23 May 2005 09:31:32 +0000 (09:31 +0000)]
...

19 years agoAdded release scripts.
Martin Mares [Mon, 23 May 2005 09:30:13 +0000 (09:30 +0000)]
Added release scripts.

19 years ago0.2
Martin Mares [Mon, 23 May 2005 09:22:15 +0000 (09:22 +0000)]
0.2

19 years ago...
Martin Mares [Fri, 20 May 2005 21:21:21 +0000 (21:21 +0000)]
...

19 years ago...
Martin Mares [Fri, 20 May 2005 21:07:55 +0000 (21:07 +0000)]
...

19 years ago...
Martin Mares [Fri, 20 May 2005 20:54:51 +0000 (20:54 +0000)]
...

19 years agoInitial revision
Martin Mares [Fri, 20 May 2005 20:54:21 +0000 (20:54 +0000)]
Initial revision