Commit Graph

90 Commits

Author SHA1 Message Date
djcb 2a23762f6f * cosmetics 2012-04-11 01:15:42 +03:00
djcb bc6f9ebbb8 * fix glib warnings (compile time, runtime): add error gquark, don't use g_atexit 2012-04-01 13:08:02 +03:00
djcb 8955b360d7 * remove traces of the 'cleanup' command 2012-02-18 17:11:32 +02:00
djcb 3bb93a401b * update attachment extraction code:
- only consider 'leaf', 'message' parts in for_each
   - special handling for gmimemessage
   - some cleanups
2012-02-13 22:35:22 +02:00
djcb b563128a4f * make colorized output the default
- turn of with --nocolor, or by setting MU_NOCOLOR to non-empty
2012-01-21 12:12:41 +02:00
djcb fee3096d54 * remove the 'rm' command 2011-10-25 08:42:21 +03:00
Dirk-Jan C. Binnema d1e843cf29 * mu-cmd.c: cosmetic 2011-09-20 00:22:03 +03:00
Dirk-Jan C. Binnema 1a7414dd6d * mu-cmd-*: minor, updates for API changes 2011-09-12 20:34:48 +03:00
Dirk-Jan C. Binnema 0ad110d241 * mu-cmd.c: use GError + cleanups 2011-09-03 10:44:36 +03:00
Dirk-Jan C. Binnema 0861319091 * mu-cmd*: cleanup command handling 2011-08-30 21:57:59 +03:00
Dirk-Jan C. Binnema fbc786f2fc * minor changes, trailing whitespace fixes 2011-08-29 23:38:55 +03:00
Dirk-Jan C. Binnema 26d9bc904d * mu-cmd / mu-cmd-find: get thread info for s-exps output too 2011-08-20 11:58:16 +03:00
Dirk-Jan C. Binnema 557a5e291c * mu mv updates:
- rename --printtarget into --print-target
  - support 'delta' flags
  - add --ignore-dups to silently ignore the src = target case
2011-08-16 23:42:47 +03:00
Dirk-Jan C. Binnema 49353e9685 * mu-cmd.c: support target-less moving (i.e.. flag setting) 2011-08-13 02:00:35 +03:00
Dirk-Jan C. Binnema a571a3f877 * MuMsgFlags => MuFlags 2011-08-11 22:44:23 +03:00
Dirk-Jan C. Binnema e55eb4ed25 * MuResult/MuExitCode => MuError 2011-08-11 20:20:22 +03:00
Dirk-Jan C. Binnema b1d0de2cab * minor 2011-08-11 08:22:24 +03:00
Dirk-Jan C. Binnema 48cf82f823 * mu-cmd.c, mu-config.c: enable 'mu add' and 'mu remove' and fix line33 check 2011-08-10 23:57:34 +03:00
Dirk-Jan C. Binnema a3b627f866 * mu-cmd: fix gboolean vs MuExitCode confusion 2011-08-09 07:52:55 +03:00
Dirk-Jan C. Binnema f7c2ee5f49 * docu fixes 2011-08-08 21:57:48 +03:00
Dirk-Jan C. Binnema 8e6429a764 * mu-cmd.c: (mu mv) make --printtarget work even with target=/dev/null 2011-08-05 08:20:26 +03:00
Dirk-Jan C. Binnema 82be4974b7 * add 'mu add' and 'mu remove' commands for adding, removing messages from the database 2011-08-03 23:00:48 +03:00
Dirk-Jan C. Binnema bdf1237c34 * mu-mv: optionally, let it update the database (--updatedb) and print the
target file on stdout (--printtarget)
2011-08-02 21:27:32 +03:00
Dirk-Jan C. Binnema 2c1f3dafbd * mu-cmd, mu-config: add --flags parameter to 'mu move', to change the message flags 2011-08-02 08:14:19 +03:00
Dirk-Jan C. Binnema 47073006d2 * added the mu mv command for moving, removing messages (WIP) 2011-08-01 22:42:23 +03:00
Dirk-Jan C. Binnema dabbfc3b62 * use the sexp export that moved to mu-msg-sexp 2011-07-31 12:17:14 +03:00
Dirk-Jan C. Binnema 0a6161a71c * centralize formatstr parsing, cleanup 2011-07-27 08:20:06 +03:00
Dirk-Jan C. Binnema eb62f52e02 * mu-cmd/-cfind/-find: use the split-off date funcs 2011-07-21 00:31:17 +03:00
Dirk-Jan C. Binnema de150bd9f7 * rename the --separate option into --terminator (mu view) 2011-07-07 22:59:44 +03:00
Dirk-Jan C. Binnema adbab879a2 * mu-cmd-find.c: turn the ^L-separator into a terminator. 2011-07-07 22:18:33 +03:00
Dirk-Jan C. Binnema 707a1ea1c2 * mu-cmd-find.c, mu-cmd.c: make sure we pass 'make line33' 2011-06-19 21:24:08 +03:00
Dirk-Jan C. Binnema 52b7ac738d * add tags output to 'mu view' 2011-06-16 08:14:07 +03:00
Dirk-Jan C. Binnema 57ebeda135 * add optional separator (\f, form-feed) between multiple messages in 'mu
view' when using --separate (fixes issue #41)
2011-06-14 00:08:13 +03:00
Dirk-Jan C. Binnema ccbf76b793 * make the output of mu cfind/extract/view locale-encoded except for cfind
with --format=bbdb
2011-06-02 11:09:04 +03:00
Dirk-Jan C. Binnema ff8f5db9a8 * improved color impl for mu view 2011-05-26 23:38:30 +03:00
Dirk-Jan C. Binnema f1ad2ebc51 * update 'mu view' and 'mu cfind' to use colors in some cases 2011-05-25 22:02:24 +03:00
Dirk-Jan C. Binnema 34683157d1 * minor updates / cleanups 2011-05-22 17:39:10 +03:00
Dirk-Jan C. Binnema e7804314e2 * mu-cmd.c, test-mu-cmd.c: add attachment info to 'mu view' + unit test 2011-05-21 20:20:38 +03:00
Dirk-Jan C. Binnema 9a1ccc3103 * re-enable message summaries 2011-05-15 10:40:29 +03:00
Dirk-Jan C. Binnema 0cd1e78239 * updates for summary field removal 2011-05-14 18:07:07 +03:00
Dirk-Jan C. Binnema 53b87a79eb * <many> WIP: refactor mu-msg -- mu-msg-file 2011-05-09 02:58:33 +03:00
Dirk-Jan C. Binnema b6cfe6f748 * mu-cmd-cfind: split off into separate mu-cmd- file 2011-03-05 09:42:06 +02:00
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