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

445 Commits

Author SHA1 Message Date
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
djcb
68169cc033 * mu-cmd-index.c: don't use repeated-\b, use \r in progress reporting (thanks
to Daniel Beer)

     - this should fix progress reporting when running mu index under 'screen'
2012-06-21 20:29:12 +03:00
djcb
dea26471d0 * fix _MuStore initialization; proliferate API change 2012-06-20 20:33:58 +03:00
djcb
4dee4ccd28 * mu-cmd-server: some cleanups for the 'contacts' command 2012-06-20 11:29:46 +03:00
djcb
ef17c2f731 * mu cfind: some fixes 2012-06-20 11:28:34 +03:00
djcb
093534580d * mu-cmd-server.c: some fixes for 'my-address' support 2012-06-20 09:20:46 +03:00
djcb
2c99e598a1 * cfind: add support for the --after and --personal parameters, and document them 2012-06-20 09:20:15 +03:00
djcb
b150f45090 * mu4e: support setting my-addresses when indexing 2012-06-19 17:59:35 +03:00
djcb
635e049ff7 * mu-cmd-server: add the 'contacts' command, which gives us the contacts (as
in mu-cfind)
2012-06-18 18:02:59 +03:00
djcb
afe2717ad4 * updates for the mu-contacs API update 2012-06-18 18:00:13 +03:00
djcb
b7744e0da2 * add --my-addresses argument to mu-config 2012-06-17 17:49:55 +03:00
djcb
9133750d24 * mu-str.c: fix bug in check_for_field 2012-06-12 11:55:59 +03:00
djcb
46a6b445b3 * mu: use g_print, no g_message (the latter is hidden) for output 2012-06-12 00:12:22 +03:00
djcb
7bb62db99e * mu-cmd-server.c: get initially, get *all* messages when doing a threaded
search. thus, it's more likely we get full threads, since threading is done
  on all messages.
2012-06-10 12:52:57 +03:00
djcb
5946499218 * silence some more compiler warnings 2012-06-10 12:21:41 +03:00
djcb
79f76c0057 * mu-cmd-server.c: fix some compiler warnings 2012-06-10 11:50:46 +03:00
djcb
20d858e464 * implement / document changing sort order and threading
- update the protocol a bit (mu4e-proc, mu-cmd-server)
  - provide the user-interface (mu4e-headers.el)
  - document it (mu4e.texi, mu-server.1)
  - some cosmetics (the other changes)
2012-06-10 11:19:51 +03:00
djcb
0b443c04d4 * test-mu-query.c: fix test cases 2012-06-08 15:51:08 +03:00
djcb
52c8b68352 * mu-cmd-server.c, TODO: provide error msg when attempting to move to existing file 2012-06-07 00:16:52 +03:00
djcb
40837a134e * minor 2012-06-04 10:32:45 +02:00
djcb
0cf414db73 * update test cases for the ignoring (or checking) invalid message flag letters 2012-06-01 14:04:18 +02:00
djcb
895ab10a4b * optionally ignore invalid (unknown) message flag letters, update callers 2012-06-01 14:03:43 +02:00
djcb
b50adb1c0a * split off test-mu-msg test cases 2012-06-01 12:35:30 +02:00
djcb
d50b920e33 * some better error reporting in test cases 2012-05-30 17:25:49 +02:00
djcb
44902f4e2c * add some missing files for refactoring, bump version 2012-05-21 09:45:13 +03:00
djcb
46f10cfde9 * refactoring: split src/ into mu/ and lib/ 2012-05-21 09:25:53 +03:00