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

2967 Commits

Author SHA1 Message Date
djcb
1a14d19cad * mu-util: add mu_util_get_hash (refactored) 2012-12-25 16:45:05 +02:00
djcb
19a0c1c478 * mu-msg, mu-msg-file: update doc for get_references a bit 2012-12-25 16:44:26 +02:00
djcb
a625371da2 * lib/: a the thread-id field, store it in the database 2012-12-25 16:43:34 +02:00
djcb
58f5e39d34 * add support for finding related messages to mu-find, mu4e, this does *not*
include the actual implementation though
2012-12-25 11:58:32 +02:00
Dirk-Jan C. Binnema
3dc1e989ce Merge pull request #121 from manandbytes/patch-1
* drop misplaced braces
2012-12-24 07:33:36 -08:00
djcb
f366c0f680 * mu-msg-iter: add mu_msg_iter_get_msgid and mu_msg_iter_get_refs 2012-12-24 14:59:48 +02:00
djcb
836c932f2a * mu-msg-iter.cc: cleanup the skip-dup checking a bit; in particular, include
the first one
2012-12-24 12:06:09 +02:00
Mykola Nikishov
f70ff6b78e Drop misplaced braces
'make' fails to build docs:

    mu4e.texi:31: Misplaced {
    mu4e.texi:31: Misplaced }

Not sure if it's the best way to fix ;-)
2012-12-24 11:45:14 +02:00
djcb
c47edd89fd * mu-config.c: show errors in option parsing 2012-12-24 11:13:44 +02:00
Dirk-Jan C. Binnema
02948aadc7 Merge pull request #120 from nd/cyrillic
* fix 'Â' letters in a message view
2012-12-24 00:14:59 -08:00
Dmitry Neverov
9db55ac7ab Fix '' letters in a message view 2012-12-24 00:04:46 +04:00
djcb
c36906a254 * mu-msg-iter.cc: if we're using threaded search results, get *all* matches,
calculate threads and then return maxnum matches
2012-12-23 16:42:44 +02:00
djcb
d17dba683f * mu-script: don't use getline, use GIOChannel 2012-12-23 15:24:52 +02:00
djcb
41b59f07a5 * mu-cmd-script.c: fix small leak 2012-12-23 15:24:31 +02:00
djcb
d448003c09 * mu-guile-message.c: fix small leak 2012-12-23 15:23:54 +02:00
djcb
4a2e813e4f * don't use longlines-mode (visual-line-mode is available in all emacsen we support) 2012-12-23 14:18:14 +02:00
djcb
891f107948 * mu.cc: don't print anything if *err == NULL 2012-12-23 14:17:50 +02:00
djcb
9eb628fcb6 * rename mu4e-headers-split-view-resize --> mu4e-headers-split-view-grow 2012-12-23 14:05:48 +02:00
Dirk-Jan C. Binnema
15f765d276 Merge pull request #93 from tarsius/undefun
* add various commands to replace anonymous lambas in keymaps
2012-12-23 04:01:13 -08:00
djcb
5d63663ac6 * back out the threading patch for now, it gives errors
ERROR:mu-container.c:182:mu_container_append_children: assertion failed: (c != child)
2012-12-23 01:14:00 +02:00
djcb
f3654aa22b * paper over the missing options bug (WIP) 2012-12-23 00:04:09 +02:00
djcb
c5f8ea6451 * use AM_CPPFLAGS instead of INCLUDES 2012-12-22 22:54:50 +02:00
djcb
4f37e979e1 * some small improvements for the mailing list support 2012-12-22 21:57:49 +02:00
djcb
c7467210a4 * mu-config: cosmetic 2012-12-22 21:12:52 +02:00
djcb
144b5b1ba2 * mu4e-view: cosmetic 2012-12-22 21:12:36 +02:00
djcb
4c47b0b122 * mu-msg-iter.cc: improve dup checking 2012-12-22 21:12:11 +02:00
djcb
bb658a51de * Merge branch 'master' of github.com:djcb/mu 2012-12-22 15:00:33 +02:00
Dirk-Jan C. Binnema
b66a32413e Merge pull request #118 from mmirate/patch-1
* fix intra-array separator in JSON address fields output by mu-sexp-convert
2012-12-22 05:00:10 -08:00
djcb
1e6b7792d6 * better handling of mailing lists which are not in the shortcuts lists 2012-12-22 11:48:02 +02:00
djcb
a287074f7b * match all fields in query with explicit prefix 2012-12-22 11:47:20 +02:00
djcb
90b2228b2e * match all fields in query with explicit prefix 2012-12-22 11:46:36 +02:00
djcb
d6332f3cc8 * mu-query: minor updates 2012-12-20 23:37:04 +02:00
djcb
e883ef5a07 * mu-msg-sexp: propagate mailing list info to mu4e 2012-12-20 23:36:28 +02:00
djcb
d47a687a4d * lib/: add support for getting mailing lists 2012-12-20 23:35:53 +02:00
djcb
edb73a742f * mu-cmd-server: fix full-search vs limited-search 2012-12-20 23:34:34 +02:00
djcb
0095bfdc5a * cosmetic 2012-12-20 23:33:09 +02:00
djcb
4dd81e5b7f * mu4e-utils: when completing a maildir, put the initial / there already 2012-12-20 23:32:37 +02:00
mmirate
e8c00e3001 mu-sexp-convert: fix intra-array separator
It is now ", " rather than " ".
2012-12-19 22:32:47 -05:00
djcb
10ad5ce2ca * mu4e: add support for display mailing list (short)names in headers/view mode 2012-12-18 23:29:17 +02:00
djcb
58a6ac1a13 * mug-msg-list-view: update for api changes 2012-12-17 22:30:40 +02:00
djcb
7053582dd7 * add skipping-dups support to mu4e 2012-12-17 22:30:26 +02:00
djcb
3353e32c28 * add skipping support to mu-find 2012-12-17 22:30:07 +02:00
djcb
76adc694c0 * add basic support for skipping dups, unreadable messages in mu-msg-iter 2012-12-17 22:29:39 +02:00
djcb
35195f8c47 * configure: bump version to v5 2012-12-17 22:26:40 +02:00
djcb
2cd915f611 * cosmetics 2012-12-17 22:26:22 +02:00
djcb
1872d210c9 * add support for searching the mailing list of a message 2012-12-17 22:24:19 +02:00
djcb
8d8bce91fb * fix `mu4e~headers-human-date' 2012-12-17 00:33:25 +02:00
djcb
76e8d1e6de * add --skip-msgid-dups / -u option to mu find, document it 2012-12-16 15:25:14 +02:00
djcb
2f9dd78bb0 * add query flags (which match msgiterflags) to mu_query_run, update callers 2012-12-16 15:08:34 +02:00
djcb
8fdd82d549 * mu-msg-iter.{cc,h}: make flag names a bit clearer 2012-12-16 15:08:03 +02:00