Commit Graph

48 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 86971d53d8 * WIP: basic 'mu cfind' command + start of man page 2011-03-05 00:59:35 +02:00
Dirk-Jan C. Binnema 6226754a25 * WIP: mu-contacts; add the following: return timestamp callback and add regexp filtering capabilities 2011-03-03 21:22:11 +02:00
Dirk-Jan C. Binnema b9be7f210c * WIP: rudimentary implementation of the 'cfind' command, to find contacts 2011-03-02 23:26:54 +02:00
Dirk-Jan C. Binnema fa6e834cb7 * mu-cmd, mu-extract.c: split off mu-extract stuff in separate file 2011-01-12 23:09:09 +02:00
Dirk-Jan C. Binnema 9d630daf73 * mu-cmd: fix saving of attachments 2011-01-11 23:17:37 +02:00
Dirk-Jan C. Binnema 923549e2bb * <many>: updates for new MIME-part handling 2011-01-11 00:46:46 +02:00
Dirk-Jan C. Binnema e0b484e922 * make mu-cmd reference-counted (make mu_msg_destroy internal, use
mu_msg_unref instead)
2011-01-09 18:54:14 +02:00
Dirk-Jan C. Binnema 623ec34ab8 * improvements in attachment / mime-part handling:
- add mu_util_play for 'playing' (opening) attachments; depends on xdg-open
  - stricter check for mu extract cmdline params
  - don't allow overwriting unless --overwrite was specified
  - mu extract now has a --play option to 'play' (open) attachments
  - added unit test to verify --overwrite
  - some cleanups in attachment/mime-part handling
2011-01-09 14:55:25 +02:00
Dirk-Jan C. Binnema 071b230e60 * mu-cmd.c: fix mu view 2011-01-06 13:14:42 +02:00
Dirk-Jan C. Binnema aa22e5e90d * some further cleanups 2011-01-05 20:38:33 +02:00
Dirk-Jan C. Binnema f509fd20ec * remove some garbage files 2011-01-04 23:37:01 +02:00
Dirk-Jan C. Binnema fade4172fe * many changes to the config system 2011-01-04 23:19:03 +02:00
Dirk-Jan C. Binnema 091dedf954 * make option parsing specific for the mu command 2011-01-02 18:10:11 +02:00
Dirk-Jan C. Binnema e161fb6065 * mu-cmd: some cosmetical updates in the output 2010-10-09 13:19:47 +03:00
Dirk-Jan C. Binnema a7a08dde7f * add some extra error checking for the right command 2010-08-29 16:39:27 +03:00
Dirk-Jan C. Binnema 1b75323e1c * many: small cosmetic / documentation updates 2010-08-23 08:23:58 +03:00
Dirk-Jan C. Binnema fc40900037 * some cleanup + beginnings of extract functionality 2010-08-20 21:38:54 +03:00
djcb a4515de466 * update: some refactoring of commands 2010-08-20 21:07:36 +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 2637989d93 * mu-cmd.c: small update in help text 2010-02-11 20:19:20 +02:00
Dirk-Jan C. Binnema db55e8cf7d * mu-cmd.c: move cmd_view stub to mu_cmd_find 2010-01-31 14:15:43 +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
Dirk-Jan C. Binnema cf0ba86d17 * WIP: mu view 2010-01-29 00:35:05 +02:00
Dirk-Jan C. Binnema fb7e358912 * implement signal handler for mu index, and document it 2010-01-25 09:28:08 +02:00
Dirk-Jan C. Binnema f752584002 * mu-cmd: enable the 'help' and 'cleanup' commands 2010-01-24 13:15:43 +02:00
Dirk-Jan C. Binnema c3b90e6364 * implement & use the new batch stuff, small fixes 2010-01-24 00:52:15 +02:00
Dirk-Jan C. Binnema 9967751b1d * rename MuMsgXapian => MuMsgIterXapian 2010-01-23 23:34:27 +02:00
Dirk-Jan C. Binnema a4bdb311ec * introduce --empty and --autoupgrade, and document them 2010-01-23 21:57:57 +02:00
Dirk-Jan C. Binnema 501ce008d3 * <many>: (WIP) use ~/mu/xapian as the database with an embedded version tag
- add checks in the code to make sure the database is up to date,
    if not, warn the user.
2010-01-23 20:50:06 +02:00
Dirk-Jan C. Binnema f6befa53b3 * mu-cmd: some very minor cleanups 2010-01-23 12:29:57 +02:00
Dirk-Jan C. Binnema 2ef4ceb7ed * move config handling to mu-config, add --mode parameter for mkdir 2010-01-21 20:05:19 +02:00
Dirk-Jan C. Binnema 3407e6db3b * mu-cmd: fix wrong help text 2010-01-17 14:03:01 +02:00
Dirk-Jan C. Binnema fdb69a85a4 * cosmetics 2010-01-16 15:28:17 +02:00
Dirk-Jan C. Binnema da1e9a3841 * *.c: rename _prefixed function into non-prefixed ones (violates ISO) 2010-01-15 22:11:51 +02:00
Dirk-Jan C. Binnema 95bb6f9756 * mu-cmd: fix error in links while-loop, some cleanups 2010-01-10 13:02:13 +02:00
Dirk-Jan C. Binnema 7b01eea5e7 * mu-cmd.c: improve error handling (when mu_index_new fails) 2010-01-10 12:18:15 +02:00
Dirk-Jan C. Binnema 460a4ecf65 * mu-cmd.c: query=>find and de-activate the cleanup command for now 2010-01-08 20:55:45 +02:00
Dirk-Jan C. Binnema 653f730e3b * mu-cmd: print, return error when no matches are found; small cleanups 2010-01-08 08:57:19 +02:00
Dirk-Jan C. Binnema 6dc22919af * mu-cmd: logging, output improvements 2010-01-07 09:01:52 +02:00
Dirk-Jan C. Binnema d0592a2aa9 * mu-cmd: better parameter checks, improve output 2010-01-06 01:23:00 +02:00
Dirk-Jan C. Binnema e28b9dcdf3 * mu-cmd: improve cleanup, index output: print final stats 2010-01-04 22:50:56 +02:00
Dirk-Jan C. Binnema dec26eeb77 * mu-cmd: don't print newline when quiet with _cmd_index and _cmd_cleanup 2010-01-04 21:23:03 +02:00
Dirk-Jan C. Binnema b2c2c44ee6 * mu-cmd: add cleanup command, de-activate 'link' and 'help' 2010-01-04 20:21:03 +02:00
Dirk-Jan C. Binnema 5fad1f2dd7 * mu-cmd: remove help command for now 2010-01-03 23:49:45 +02:00
Dirk-Jan C. Binnema 877be154d0 * mu-cmd support clearlinks / mu_maildir_clear_links 2010-01-03 13:42:23 +02:00
Dirk-Jan C. Binnema 7c3b89fcc1 * mu-cmd: don't stop when sources for links are missing 2010-01-02 16:06:36 +02:00
Dirk-Jan C. Binnema b1a9cf8450 * refactoring, cleanup of the configuration / command system 2010-01-02 14:44:26 +02:00
Dirk-Jan C. Binnema 0f5ab59e62 * <many>: refactor command parsing / checking a bit 2010-01-01 20:44:19 +02:00