Commit Graph

75 Commits

Author SHA1 Message Date
djcb ca2fccf11e * mu: some better command error / help output 2012-09-17 19:53:30 +03:00
djcb 81c3724e77 * mu-config.c: use the GOptionArg arg_description 2012-09-17 18:39:28 +03:00
djcb 6a1a63be1e * mu-config.c: restore the --summary-len option for mu view 2012-09-17 18:26:03 +03:00
djcb 3759436a37 * cosmetics 2012-09-17 12:44:08 +03:00
djcb 55f7ecd362 * mu: try harder to create temp files for images (so we can show them in mu4e) 2012-09-16 23:10:23 +03:00
djcb dcb64c02a6 * mu-config: properly expand the dirs in mu find (--linksdir) and extract (--targetdir) 2012-09-16 13:15:44 +03:00
djcb c46024cfda * mu/tests: use absolute paths; speed up mu cfind tests 2012-09-15 18:03:58 +03:00
djcb beb1972d61 * mu/: improved logging, using the new logging functions 2012-09-15 18:02:37 +03:00
djcb fc338b5e26 * mu-config: don't log ansi stuff when writing to non-tty's 2012-09-15 18:01:38 +03:00
djcb ced7dc1d0f * test-mu-cmd: add some tests for mu-verify 2012-09-14 10:45:33 +03:00
djcb 06eedd96ea * test-mu-cmd: update for slightly change mu view 2012-09-14 10:06:33 +03:00
djcb 6a4b094ac9 * some refactoring for line35 2012-09-14 10:06:14 +03:00
djcb 404d32e0d2 * mu-cmd: support asking for password when decrypting 2012-09-13 22:57:31 +03:00
djcb ac1d1b2ed8 * cosmetics 2012-09-13 21:12:12 +03:00
djcb b8639f63b4 * mu/mu-cmd.c: enable --decrypt in 'mu view' 2012-09-12 12:12:48 +03:00
djcb cf37e29101 * make sure line35, cc10 pass 2012-09-09 14:21:15 +03:00
djcb 3132b8dd42 * mu: improve help output 2012-09-09 14:07:34 +03:00
djcb 63e8ecb649 * mu/mu-cmd-server: make sure pgp sigs are checked in (:update) messages as well 2012-09-05 01:23:49 +03:00
djcb 9379071b8d * mu-cmd.c: don't include mu-msg-crypto.h 2012-09-01 20:07:46 +03:00
djcb 14661a6d7b * restore mu-verify (WIP) 2012-08-30 20:26:35 +03:00
djcb adc23614a1 * enable signature verification (WIP) 2012-08-30 12:53:52 +03:00
djcb 38a2ee788b * bump glib version to 2.24, make gtest stuff non-optional
(even ubuntu 10.04 comes with 2.24, so that should be conservative enough)
2012-08-11 18:48:48 +03:00
djcb b3760740f8 * update for attachment checking changes 2012-08-09 11:45:46 +03:00
djcb 7b13676f3c * tests: X-Label tags are space-separated, X-Keywords are comma-separated 2012-08-09 10:33:56 +03:00
djcb abfcc4a2f3 * updates for mu_msg_get_body_(text|html) api change 2012-08-09 09:38:58 +03:00
djcb 6c3a11d1a6 * test-mu-query: speed up 2012-08-05 12:28:20 +03:00
djcb 00dcfaec26 * mu-config: add support for crypto options, decode message options 2012-08-01 17:05:24 +03:00
djcb 4336094062 * some test-case updates 2012-08-01 17:04:47 +03:00
djcb a65af12dbb * mu-cmd.c: update for mu-msg-part changes 2012-08-01 17:04:26 +03:00
djcb 67a9282fc9 * updates for mu-msg-part changes 2012-08-01 17:02:43 +03:00
djcb f1a2e94b1a * crypto: update for crypto api changes 2012-07-27 18:04:49 +03:00
djcb a3b4edf56a * updates for mu-msg-part changes 2012-07-24 22:12:49 +03:00
djcb 8e6376ad06 * crypto: support --decrypt in mu view 2012-07-22 19:39:37 +03:00
djcb 34401b743c * fix 'make distcheck' 2012-07-20 12:20:46 +03:00
djcb c240e6c17f * fixes for 'make line35' (small function refactoring) 2012-07-20 11:54:37 +03:00
djcb 1c2a87a841 * help: generate help texts from text file / awk 2012-07-20 11:05:18 +03:00
djcb 2f7f3a0e57 * add mu help command (WIP) 2012-07-19 20:45:06 +03:00
djcb acfabfdf4b * refactor: MU_MSG_PART_OPTION -> MU_MSG_OPTION and related changes 2012-07-18 16:22:10 +03:00
djcb 3c8bc3e68e * crypto: some small updates 2012-07-18 11:51:21 +03:00
djcb fe6333dfef * crypto: small cleanups 2012-07-18 11:36:42 +03:00
djcb 39fe3f417c * crypto: add automated test for 'verify' 2012-07-18 11:35:57 +03:00
djcb 807c9de625 * crypto: better handling of crypto errors 2012-07-18 10:30:23 +03:00
djcb b16823d500 * crypto: update mu-cmd-extract for mu-msg-part api change 2012-07-17 19:18:16 +03:00
djcb bf2585b50e * crypto: implement 'mu verify' command -- WIP 2012-07-17 19:17:49 +03:00
djcb 8107dd29d7 * mu-cmd-find: implement the --after option, massive cleanups; updated test cases 2012-07-12 18:09:42 +03:00
djcb 8f6d7b8388 * remove the --summary option (mu view, mu find), add the --after option (mu
find). see the documentation for details.
2012-07-12 18:09:04 +03:00
djcb d6ccf64ea8 * test-mu-cmd: don't create too many databases -- big speedup 2012-07-12 16:13:26 +03:00
djcb a9df392fcf * mu find: add support for '--after', to only consider messages with mtime
after timestamp. This is useful for finding just-arrived messages.
2012-07-12 15:53:36 +03:00
djcb beced7857b * add guile (still non-functional) guile command 2012-07-03 20:59:44 +03:00
djcb e5448adbb8 * robustness/cleanup fixes:
- mu-util.c: don't raise errors when fputs failes (this would spam us when a
    pipe broke)
  - mu-cmd-server.c: handle SIGPIPE, ignore empty command lines
2012-06-26 13:11:50 +03:00