1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-25 07:28:02 +02:00
Commit Graph

4997 Commits

Author SHA1 Message Date
djcb
48affa6500 * mu-cmd-index: fix some casting warnings 2010-08-15 13:33:15 +03:00
djcb
30ee022b04 * mu-msg-str: use g_format_size_for_display when we have GLib >= 2.16 2010-08-15 13:32:43 +03:00
djcb
f8d9a64c34 * configure.ac: add HAVE_GLIB216, so we can use some it's stuff 2010-08-15 13:32:04 +03:00
djcb
5a9904618a * mu-cmd, mu-cmd-index: small improvements in strings for users 2010-08-14 15:31:55 +03:00
djcb
6408c6345f * add --summary and --summary-len cmdline params
note: the underlying functionality is not there yet
2010-08-14 15:29:46 +03:00
djcb
cd88b65428 * configure.ac: better feedback to user if gmime is missing 2010-08-14 15:28:25 +03:00
djcb
488fef2d04 * unbreak the unit tests for git checkouts
the git version was broken because git doesn't accept empty dirs;
  added tmp/dummy to fix this.
2010-08-14 15:19:08 +03:00
Dirk-Jan C. Binnema
f09b1e08d8 * update TODO file 2010-08-14 13:21:34 +03:00
Dirk-Jan C. Binnema
3f8a3ba97f * mu-log: it's not an error when moving the log file failed due to no gio 2010-08-14 13:21:24 +03:00
Dirk-Jan C. Binnema
12736b03db * mu-cmd-find: use g_debug, not g_warning when text body not found 2010-08-14 13:20:42 +03:00
Dirk-Jan C. Binnema
9b83bfe5eb * mu-index: cosmetic 2010-07-30 20:58:51 +03:00
Dirk-Jan C. Binnema
226d73e762 * update TODO for 0.7.1 2010-07-30 20:58:34 +03:00
Dirk-Jan C. Binnema
3787392c88 * candidate fix for the MacOS wordexp issue 2010-07-30 20:56:50 +03:00
Dirk-Jan C. Binnema
024c7535fb * mu-log: small cosmetics 2010-07-30 20:52:30 +03:00
Dirk-Jan C. Binnema
f2cc543baf * fix error handling of shell expansion (candidate fix for issue #23) 2010-07-26 12:12:43 +03:00
Dirk-Jan C. Binnema
7e2b3ff7a0 * mu_msg_iter_xapian_get_field_numeric: explicitly cast to gint64
this might resolve some build problems
2010-07-26 00:29:10 +03:00
Dirk-Jan C. Binnema
d621a8a502 * explicitly #include <signal.h> in mu-cmd-index.c 2010-07-25 19:13:56 +03:00
Dirk-Jan C. Binnema
38f5c8abeb * make requirement for GIO optional (issue #22) 2010-07-24 20:28:39 +03:00
Dirk-Jan C. Binnema
fed8d20503 * mu.1: some spelling fixes from Philipp Weis 2010-04-24 10:53:24 +03:00
Dirk-Jan C. Binnema
7895a1376b * tests/test-mu-query: add 'count_matches' function; add test_mu_query_03
(currently failing)
2010-03-02 17:27:08 +02:00
Dirk-Jan C. Binnema
3b3a02a2b5 * configure.ac: bump database version (updated needed for new mdir paths '/') 2010-02-27 13:31:38 +02:00
Dirk-Jan C. Binnema
2ec9940c71 * update NEWS, www for 0.7 release 2010-02-27 13:31:09 +02:00
Dirk-Jan C. Binnema
f537016280 * configure.ac: use AM_SILENT_RULES to make the build less noisy 2010-02-27 13:19:25 +02:00
Dirk-Jan C. Binnema
abfde3a5b9 * mu-cmd-find.c: update help text (it's --rebuild, not --empty) 2010-02-20 14:36:43 +02:00
Dirk-Jan C. Binnema
6503a6f2ab * www: update the maildir: example 2010-02-15 20:47:13 +02:00
Dirk-Jan C. Binnema
2f7533d57b * mu.1: update the dcoumentation on the maildir: parameter 2010-02-15 20:37:17 +02:00
Dirk-Jan C. Binnema
451be4394d * mu-maildir: start maildirs (for the maildir: search param) with a slash
(well, G_DIR_SEPARATOR); thus, we can find mails in the 'root' maildir as
  well. When indexing under (say) ~/Maildir, a mail in cur will have maildir
  '/', and in foo/cur will have '/foo'
2010-02-15 20:24:00 +02:00
Dirk-Jan C. Binnema
01d6fbb257 * mu-cmd-index: restart 'processed' at 0 when cleaning up after indexing 2010-02-13 18:45:44 +02:00
Dirk-Jan C. Binnema
2846a40025 * mu-cmd-index.c: clear the stats before cleanup only when run as a separate
command
2010-02-13 14:08:45 +02:00
Dirk-Jan C. Binnema
41dbb68e6b * www: updated for 0.7-beta release 2010-02-11 20:49:26 +02:00
Dirk-Jan C. Binnema
01db6dcf45 * cosmetic 2010-02-11 20:20:50 +02:00
Dirk-Jan C. Binnema
302f7ea9d5 * mu-store-xapian.cc: remove obsolete comment 2010-02-11 20:20:34 +02:00
Dirk-Jan C. Binnema
5228495e56 * mu-msg-gmime.c: remove obsolete TODO 2010-02-11 20:20:03 +02:00
Dirk-Jan C. Binnema
d7bcf3df36 * mu-config.c: remove extra space 2010-02-11 20:19:43 +02:00
Dirk-Jan C. Binnema
2637989d93 * mu-cmd.c: small update in help text 2010-02-11 20:19:20 +02:00
Dirk-Jan C. Binnema
dda9de5573 * mu.1: updated man page 2010-02-11 20:18:50 +02:00
Dirk-Jan C. Binnema
a165bb1de4 * configure.ac: set version to 0.7-beta 2010-02-11 20:18:13 +02:00
Dirk-Jan C. Binnema
6f64f013be * test-mu-query.c: updated 2010-02-09 22:11:15 +02:00
Dirk-Jan C. Binnema
5414c396af * mu-msg-fields,mu.1: update some field codes, documentation 2010-02-09 22:10:58 +02:00
Dirk-Jan C. Binnema
a4471e6bdd * mu-maildir.c: small refactoring to satisfy 'make line33' 2010-02-09 21:53:12 +02:00
Dirk-Jan C. Binnema
46e3037634 * Makefile.am: add fixme target, to list all FIXMEs/TODOs 2010-02-09 21:51:59 +02:00
Dirk-Jan C. Binnema
97abf6f4f0 * NEWS: updated release notes 2010-02-08 23:18:04 +02:00
Dirk-Jan C. Binnema
c5dc61986a * cosmetics 2010-02-08 23:17:47 +02:00
Dirk-Jan C. Binnema
9a4340406b * mu-msg-gmime: fix leak when converting to utf8 2010-02-08 23:17:35 +02:00
Dirk-Jan C. Binnema
e078512fb4 www: update example on webpage (maildir) 2010-02-08 21:26:22 +02:00
Dirk-Jan C. Binnema
3102d59155 * configure.ac: minor 2010-02-08 21:26:06 +02:00
Dirk-Jan C. Binnema
e01f37dc57 * tests/: update 2010-02-08 21:25:53 +02:00
Dirk-Jan C. Binnema
f6ce5eb98a * TODO: update -- code complete 2010-02-08 21:25:38 +02:00
Dirk-Jan C. Binnema
2ecc885418 * create release notes for 0.7 (next release) 2010-02-08 21:25:17 +02:00
Dirk-Jan C. Binnema
06ef26c896 * mu.1: document maildir support 2010-02-08 21:24:36 +02:00