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

2383 Commits

Author SHA1 Message Date
djcb
57b26259f7 * mu-store-read.cc: use realpath when determining path, getting rid of
e.g. /foo//bar double slashes
2012-08-03 18:44:43 +03:00
djcb
cf2b81c009 * lib: centralize MAX_PATH stuff 2012-08-03 18:43:59 +03:00
djcb
2fcdcafe59 * move widgets/ -> toys/mug2; remove toys/mug; rename toys/mug2 -> toys/mug 2012-08-03 09:47:09 +03:00
djcb
b71a27b7c0 * mu4e/mu-msg-part: better detection of body / attachments 2012-08-02 15:48:03 +03:00
djcb
99778d1314 * guile: add mu:count to (mu stats) 2012-08-01 23:59:13 +03:00
djcb
11b60b7ca0 * mu-msg-part: small fix (initialize fname) 2012-08-01 23:22:50 +03:00
djcb
8d517021bb * mu-msg-file: cleanup message path (realpath) 2012-08-01 23:21:59 +03:00
djcb
3814fb81c2 * org-mu4e: small updates in comments/docstrings 2012-08-01 20:52:53 +03:00
Dirk-Jan C. Binnema
da098f2dee Merge pull request #39 from mylese/org-mu4e-link-description
* make the org-mu4e links user-customizable
2012-08-01 10:49:06 -07:00
djcb
136d0f2875 * mu4e/crypto: beginnings of crypto (verification, decryption) support. WIP! 2012-08-01 17:07:11 +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
3c59b97fc9 * mu-str.c: make mu_str_convert_to_utf8 slightly more tolerant 2012-08-01 17:03:55 +03:00
djcb
67a9282fc9 * updates for mu-msg-part changes 2012-08-01 17:02:43 +03:00
djcb
536665d126 * further refactoring/cleanup of MuMsgPart 2012-08-01 17:02:11 +03:00
djcb
1cd20c9921 * toys/widgets: update for mumsgpart changes 2012-08-01 10:49:41 +03:00
djcb
279f627c5e * cosmetics 2012-08-01 10:48:56 +03:00
djcb
86e3c3095b * mu-msg-fields: add name for refs 2012-08-01 10:45:45 +03:00
djcb
6a7562422f * MuMsgPart refactoring / cleanups 2012-08-01 10:45:03 +03:00
djcb
c403f0a9c0 * mu4e.texi: add some FAQ 2012-07-31 18:51:46 +03:00
djcb
7485911cd6 * mu-log.c: minor 2012-07-31 18:47:05 +03:00
djcb
1df0e31062 * guile: cosmetic 2012-07-31 18:46:27 +03:00
djcb
b4443d1eae * mu4e-compose.el: don't add superfluous newlines when saving 2012-07-31 17:03:53 +03:00
Myles English
143b0b0ff4 added org-mu4e-link-desc-func
Replaces org-mu4e-link-description, a customisable
function is nicer than a string.
2012-07-31 13:47:13 +01:00
djcb
f1a2e94b1a * crypto: update for crypto api changes 2012-07-27 18:04:49 +03:00
djcb
8432156765 * crypto: implement automagic decryption when so requested
(mainly by adding some smartness to various part_foreach functions, adding
  mu_msg_(get|set)_auto_decrypt to mark a message for auto-decryption)
2012-07-27 18:04:17 +03:00
djcb
c88aea5285 * crypto: add mu_msg_crypto_decrypt_part, fix password func, remove cruft 2012-07-27 18:02:34 +03:00
Myles English
fdbc20f04b added defcustom org-mu4e-link-description
Allows the user to customise the org link, e.g.
(setq org-mu4e-link-description '(concat date " " subject))
2012-07-26 15:12:56 +01:00
djcb
d68dcbfc86 * guile: add mu:correl, to calculate pearson's correlation coefficient between vars 2012-07-25 12:52:36 +03:00
djcb
45611b0461 * mu4e: hide some non-attachments from the attachment list in the view 2012-07-24 23:39:47 +03:00
djcb
84682bfe2c * mu-msg-view: better detection of signed/encrypted parts 2012-07-24 23:38:57 +03:00
djcb
8f6cf28f2d * mu-msg-part: better detection of message body 2012-07-24 23:38:37 +03:00
djcb
a3b4edf56a * updates for mu-msg-part changes 2012-07-24 22:12:49 +03:00
djcb
c7eaaf9475 * mu-msg-part: clean up mime-part parsing 2012-07-24 22:12:22 +03:00
djcb
535b1107c4 * minor 2012-07-24 03:29:34 +03:00
djcb
f00673e468 * minor 2012-07-24 01:34:06 +03:00
djcb
fd65b992d5 * fix error handling (with errors in the proc-filter context) 2012-07-24 01:33:52 +03:00
djcb
d92ad056e1 * cosmetics 2012-07-23 00:56:01 +03:00
djcb
825529ad0f * mu4e-vars: base faces on some more standard things 2012-07-23 00:55:41 +03:00
djcb
b35f9aa9f8 * mu4e-compose: fix message sending for (near) empty messages 2012-07-23 00:55:12 +03:00
djcb
8e6376ad06 * crypto: support --decrypt in mu view 2012-07-22 19:39:37 +03:00
djcb
5a92c8b58a * crypto: decryption support (WIP) 2012-07-22 19:39:17 +03:00
Dirk-Jan C. Binnema
a75664b955 Merge pull request #37 from agordon/feature/mug_focus_keyboard_shortcut
* mug,mug2: add ESC shortcut to focus on query bar.
2012-07-20 10:12:13 -07:00
Assaf Gordon
808fee41c3 mug,mug2: add ESC shortcut to focus on query bar. 2012-07-20 11:41:25 -04:00
djcb
936e857995 * mu4e: mu4e-error should actually raise an error 2012-07-20 15:50:03 +03:00
djcb
34401b743c * fix 'make distcheck' 2012-07-20 12:20:46 +03:00
djcb
9410a2e2d5 * guile: fix mu-guile.texi format (texi2dvi generation) 2012-07-20 12:20:03 +03:00
djcb
529aefbb22 * gtest.mk: fix for magical cd 2012-07-20 11:56:07 +03:00
djcb
5d40728a0a * Makefile.am: be lenient for SCM_DEFINE (line35) 2012-07-20 11:55:50 +03:00