Commit Graph

43 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 0101837c38 * mu-cmd-index.c: add a check for the --xbatchsize parameter 2011-01-02 18:09:30 +02:00
Dirk-Jan C. Binnema ba2918ca41 * unify error printing a bit (starting with lowercase) 2010-11-30 22:20:27 +02:00
Dirk-Jan C. Binnema 2b393ed7c5 * make error messages more consistent 2010-11-30 09:02:29 +02:00
Dirk-Jan C. Binnema 340f2141c4 * cosmetic 2010-11-30 08:33:15 +02:00
Dirk-Jan C. Binnema e64e24aa61 * create mu-error.h, update some functions to use GError for errors 2010-11-24 20:04:20 +02:00
Dirk-Jan C. Binnema 56c8a66672 * mu-cmd-index.c: cosmetic 2010-11-15 08:43:46 +02:00
Dirk-Jan C. Binnema 141b7298e9 * add 'mu_runtime' for initialization, keeping global state during runtime. update many. 2010-11-14 13:55:04 +02:00
Dirk-Jan C. Binnema 4e06349e65 * mu-cmd-index: cosmetic 2010-10-09 12:53:02 +03:00
Dirk-Jan C. Binnema b09535ea0e * mu-cmd-index.cc: clean up progress printing, make sure it passes make line33
and make cc10
2010-10-05 08:11:52 +03:00
Dirk-Jan C. Binnema 64985d7791 * fix progress info display for indexing 2010-10-04 22:31:44 +03:00
Dirk-Jan C. Binnema fb1651e184 * <many> fix small conversion errors (-Wconversion) 2010-09-26 17:29:54 +03:00
Dirk-Jan C. Binnema 5ac9c55df6 * mu-cmd-index.c: small cleanup, keep func len <= 33 2010-09-23 00:03:44 +03:00
Dirk-Jan C. Binnema 3375066c4f * mu-cmd-index: use isatty, do not write progress info to stdout unless it's a tty 2010-09-15 20:59:42 +03:00
Dirk-Jan C. Binnema 0490023baf * mu-cmd-index: print indexing updates only once 25, this reduces printing
overhead (of course, --quiet is still faster)
2010-09-15 20:17:29 +03:00
Dirk-Jan C. Binnema 50a3715654 * mu-cmd-index: make the little -\|/ rotation a bit slower 2010-09-13 23:46:33 +03:00
Dirk-Jan C. Binnema 1255c0e2de * mu-cmd-index.c: improve C-c output a bit 2010-09-13 23:39:37 +03:00
Dirk-Jan C. Binnema cd34353b27 * mu-cmd-index: simplify cmd-index, cmd-cleanup a bit 2010-09-13 21:25:30 +03:00
Dirk-Jan C. Binnema 26f216efef * mu-cmd-index: improve time display 2010-09-12 21:38:01 +03:00
Dirk-Jan C. Binnema 9a32d86851 * mu-cmd-index: show some timing information for the indexing 2010-09-12 21:18:30 +03:00
Dirk-Jan C. Binnema 5e50ed5dba * mu-index: cosmetic improvements in output 2010-09-12 16:31:39 +03:00
Dirk-Jan C. Binnema 9d1939240d * mu-cmd-index.c: replace printf with g_print 2010-09-12 13:39:19 +03:00
Dirk-Jan C. Binnema 4ecb207e15 * mu-cmd-index: shorten >33 line function 2010-09-11 11:25:43 +03:00
Dirk-Jan C. Binnema 57fc2441a8 * <many>: make gmime initialization/de-initialization implicit (remove mu_msg_init/mu_msg_uninit) 2010-09-10 08:18:04 +03:00
Dirk-Jan C. Binnema 42cdf60504 * mu-cmd-index: mention cleanup phase in user output 2010-09-09 08:17:50 +03:00
Dirk-Jan C. Binnema b7410acce8 * mu-cmd-index.c, mu-cmd-view.c, mu-msg-part.c: fix some overly long functions 2010-09-05 21:39:07 +03:00
Dirk-Jan C. Binnema a512cb64f4 * fix typo that broke unit test 2010-08-29 22:15:25 +03:00
Dirk-Jan C. Binnema a7a08dde7f * add some extra error checking for the right command 2010-08-29 16:39:27 +03:00
djcb ba2cb41585 * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
djcb 9a510162b5 * many: renaming/refactoring
- mu-msg-gmime => mu-msg
  - mu-msg-part-info => mu-msg-part

    removed some unused functions, updated dependencies
    make check still works
2010-08-25 00:57:16 +03:00
djcb a4515de466 * update: some refactoring of commands 2010-08-20 21:07:36 +03:00
djcb 48affa6500 * mu-cmd-index: fix some casting warnings 2010-08-15 13:33:15 +03:00
djcb 5a9904618a * mu-cmd, mu-cmd-index: small improvements in strings for users 2010-08-14 15:31:55 +03:00
Dirk-Jan C. Binnema 9b83bfe5eb * mu-index: cosmetic 2010-07-30 20:58:51 +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 d621a8a502 * explicitly #include <signal.h> in mu-cmd-index.c 2010-07-25 19:13:56 +03: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 b19dabefba * mu-cmd-index: update for --empty => --rebuild 2010-02-08 21:22:30 +02:00
Dirk-Jan C. Binnema 8448473732 * enforce that maildir paths are absolute 2010-02-04 23:00:34 +02:00
Dirk-Jan C. Binnema 5b6101ef15 * mu-cmd-index.c: don't require a writeable Maildir 2010-02-02 21:53:28 +02:00
Dirk-Jan C. Binnema 22e9d22c17 * <many>: refactor querying a bit 2010-01-31 20:36:56 +02:00
Dirk-Jan C. Binnema c4bac8306e * mu-cmd-index: add documentation, don't print \n in quiet mode 2010-01-31 13:34:04 +02:00
Dirk-Jan C. Binnema d339a4b4bb * refactoring: split off 'mu find' and 'mu index' stuff from mu-cmd into
separate files
2010-01-31 12:12:04 +02:00