Commit Graph

2559 Commits

Author SHA1 Message Date
7fe594fb2a * cosmetics 2012-09-17 17:42:56 +03:00
2db1606a36 * lib: refactor mu-log a bit 2012-09-17 13:17:49 +03:00
ac12d0c8aa * lib/mu-runtime: fix broken error handling 2012-09-17 13:05:49 +03:00
3759436a37 * cosmetics 2012-09-17 12:44:08 +03:00
cc59c83756 * lib: mu-msg-part: improve handling of b0rked messages, s/HAVE_CRYPTO/BUILD_CRYPTO/ 2012-09-17 12:43:53 +03:00
2551e77325 * guile: update some of the examples 2012-09-17 11:41:11 +03:00
0b32a63537 * guile: fix getting message bodies 2012-09-17 11:13:37 +03:00
cd506d6d79 * add missing ifdef BUILD_CRYPTO block, so things build without crypto, too 2012-09-17 10:07:26 +03:00
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
7cb695b787 * mu4e: cleanup wrapping / hiding citations in view:
- use longlines mode (no need for filladapt, my own functions)
  - make mu4e-view-wrap-lines, mu4e-view-hide-cited obsolete; use a hook
    instead
  - update docs
2012-09-16 22:34:11 +03:00
f41dfd3ba5 * cosmetic 2012-09-16 21:47:02 +03:00
6956e6e26c * mu4e: mu4e-headers: use purecopy, and mimic tabulated-list-mode a bit more closely 2012-09-16 21:46:47 +03:00
b4219bd06b * minor 2012-09-16 18:00:51 +03:00
267d7adad1 * configure.ac: minor 2012-09-16 16:31:03 +03:00
6bff28a6ff * cosmetics 2012-09-16 13:16:01 +03:00
dcb64c02a6 * mu-config: properly expand the dirs in mu find (--linksdir) and extract (--targetdir) 2012-09-16 13:15:44 +03:00
2a0858b349 * mu4e-headers: improve 'fancy' chars a bit 2012-09-15 23:20:34 +03:00
a5ce16cc64 * mu4e.texi: don't use @var, it spits out uppercase :/ -- use @code 2012-09-15 23:20:10 +03:00
d8a6b983f7 * update TODO 2012-09-15 21:10:55 +03:00
f5ee44fa81 * mu4e: some (micro)optimizations, code cleanups 2012-09-15 21:10:46 +03:00
5a9b867ca8 * mu4e: support the :size field in headers, message view 2012-09-15 18:24:03 +03:00
0844984095 * mu4e: improve version checks, startup handling 2012-09-15 18:04:39 +03:00
c46024cfda * mu/tests: use absolute paths; speed up mu cfind tests 2012-09-15 18:03:58 +03:00
87e61b7a3e * mu-maildir: hide some innocent errors 2012-09-15 18:03:23 +03:00
beb1972d61 * mu/: improved logging, using the new logging functions 2012-09-15 18:02:37 +03:00
fc338b5e26 * mu-config: don't log ansi stuff when writing to non-tty's 2012-09-15 18:01:38 +03:00
5b0d056f58 * lib/mu-runtime: update for logging changes 2012-09-15 17:59:21 +03:00
04523b4cd1 * lib/mu-log: cleanups and some improvements
use an option enum instead of boolean args for code clarity; allow for
  printing an \n before logging to tty (improved mu-index output). allow
  for color in logging to tty
2012-09-15 17:58:37 +03:00
06e66b96c9 * bump version to 0.9.9-dev6 2012-09-14 16:42:52 +03:00
211635b18b * mu-msg-crypto: improve comments 2012-09-14 12:17:52 +03:00
cb810010e1 * mu-msg-part: some refactoring, warn user about gmime pw bug 2012-09-14 12:17:40 +03:00
70824bf978 * mu_util_read_password: fix mem mgmt 2012-09-14 12:16:53 +03:00
3ae4fb965e * configure.ac: check for getpass 2012-09-14 12:16:14 +03:00
ced7dc1d0f * test-mu-cmd: add some tests for mu-verify 2012-09-14 10:45:33 +03:00
06eedd96ea * test-mu-cmd: update for slightly change mu view 2012-09-14 10:06:33 +03:00
6a4b094ac9 * some refactoring for line35 2012-09-14 10:06:14 +03:00
7a40bfab38 * man: update mu-verify, mu-view manpages 2012-09-13 23:06:05 +03:00
c724a457ac * mu4e: improve docs 2012-09-13 22:58:13 +03:00
404d32e0d2 * mu-cmd: support asking for password when decrypting 2012-09-13 22:57:31 +03:00
61ade73332 * lib: add support for asking user for password from console 2012-09-13 22:57:04 +03:00
52bc720258 * lib/mu-util: add mu_util_read_password 2012-09-13 22:56:08 +03:00
c19b38654b * mu4e: document crypto support 2012-09-13 21:12:38 +03:00
ac1d1b2ed8 * cosmetics 2012-09-13 21:12:12 +03:00
70c76459a9 * lib/mu-msg-crypto: correct mem handling (after discussion with gmime dev) 2012-09-13 21:11:26 +03:00
53cf08baf8 * mu4e/crypto: support mu4e-decryption-policy 2012-09-13 21:10:27 +03:00
b8639f63b4 * mu/mu-cmd.c: enable --decrypt in 'mu view' 2012-09-12 12:12:48 +03:00
0445d87ab9 * lib/mu-msg-part.c: enable decryption (WIP) 2012-09-12 12:12:24 +03:00
1e4f94f9ae * mu-msg-priv.h: use G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT for some funcs 2012-09-12 12:11:47 +03:00
6470ff989a * mu-msg.c: return NULL rather than "" if there is no body (get_body) 2012-09-12 12:11:02 +03:00
8109410c58 * mu-msg.h: use G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT for mu_msg_to_sexp 2012-09-12 12:10:17 +03:00