mu/NEWS

82 lines
3.3 KiB
Plaintext
Raw Normal View History

* NEWS (user visible changes)
2011-01-06 15:23:07 +01:00
** Release 0.9.2 (not yet released)
- better support for Solaris builds
- output searches as plain text, XML, JSON or s-expressions using
--format=plain|xml|json|sexp
- the --xquery option should now be used as --format=xquery, for output
symlinks, use --format=links
- search output can include the message size using the 'z' shortcut
- match message size ranges (i.e.. size:500k..2M)
2010-12-05 13:40:27 +01:00
** Release 0.9.1 <2010-12-05 Sun>
- Add missing icon for mug
- Fix unit tests (Issue #30)
- Fix Fedora 14 build (broken GTK+ 3) (Issue #31)
** Release 0.9 <2010-12-04 Sat>
2010-11-08 07:45:59 +01:00
2010-11-21 14:55:37 +01:00
- you can now search for the message priority ('prio:high', 'prio:low',
'prio:normal')
- you can now search for message flags, e.g. 'flag:attach' for messages with
attachment, or 'flag:encrypted' for encrypted messages
2010-11-27 14:07:22 +01:00
- you can search for time-intervals, e.g. 'date:2010-11-26..2010-11-29' for
messages in that range. See the mu-find(1) and mu-easy(1) man-pages for
details and examples.
2010-11-21 14:55:37 +01:00
- you can store bookmarked queries in ~/.mu/bookmarks
- the 'flags' parameter has been renamed in 'flag'
2010-11-08 07:45:59 +01:00
- add a simple graphical UI for searching, called 'mug'
- fix --clearlinks for file systems without entry->d_type (fixes issue #28)
2010-11-27 14:07:22 +01:00
- make matching case-insensitive and accent-insensitive (accent-insensitive
for characters in Unicode Blocks 'Latin-1 Supplement' and 'Latin
2010-12-04 11:37:15 +01:00
Extended-A')
2010-11-29 20:32:15 +01:00
- more extensive pre-processing is done to make searching for email-addresses
2010-12-04 11:37:15 +01:00
and message-ids less likely to not work (issue #21)
2010-11-08 07:45:59 +01:00
- updated the man-pages
2010-12-04 11:37:15 +01:00
- experimental support for Fedora 14, which uses GMime 2.5.x (fixes issue #29)
2010-11-08 07:45:59 +01:00
** Release 0.8 <2010-10-30 Sat>
2010-09-05 20:39:15 +02:00
- There's now 'mu extract' for getting information about MIME-parts
2010-10-25 23:25:14 +02:00
(attachments) and extracting them
2010-09-05 20:39:15 +02:00
- Queries are now internally converted to lowercase; this solves some of the
false-negative issues
- All mu sub-commands now have their own man-page
- 'mu find' now takes a --summary-len=<n> argument to print a summary of
up-to-n lines of the message
- Same for 'mu view'; the summary replaces the full body
- Setting the mu home dir now goes with -m, --muhome
2010-10-25 23:25:14 +02:00
- --log-stderr, --reindex, --rebuild, --autoupgrade, --nocleanup, --mode,
--linksdir, --clearlinks lost their single char version
2010-02-27 12:31:09 +01:00
** Release 0.7 <2010-02-27 Sat>
2010-11-21 14:55:37 +01:00
- Database format changed
- Automatic database scheme version check, notifies users when an upgrade
is needed
2010-02-08 22:18:04 +01:00
- 'mu view', to view mail message files
- Support for >10K matches
- Support for unattended upgrades - that is, the database can automatically
by upgraded (--autoupgrade). Also, the log file is automatically cleaned
when it gets too big (unless you use --nocleanup)
- Search for a certain Maildir using the maildir:,m: search prefixes. For
example, you can find all messages located in ~/Maildir/foo/bar/cur/msg
~/Maildir/foo/bar/new/msg and with
2010-02-27 12:31:09 +01:00
m:/foo/bar
this replace the search for path/p in 0.6
- Fixes for reported issues ()
- A test suite with a growing number of unit tests
** Release 0.6 <2010-01-23 Sat>
- First new release of mu since 2008
- No longer depends on sqlite
2010-10-25 23:25:14 +02:00
# Local Variables:
# mode: org; org-startup-folded: nil
# End: