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

2880 Commits

Author SHA1 Message Date
djcb
e70f66647c * fix typo 2012-12-26 09:51:04 +02:00
djcb
c23eee7b4c * fix compiler warning 2012-12-26 09:41:40 +02:00
djcb
3c6e7f92da * mug-msg-list-view.c: update for API change 2012-12-26 09:41:05 +02:00
djcb
6219719e2f * set `mu4e-headers-include-related-maxnum' to 800 2012-12-25 20:40:04 +02:00
djcb
27a80dcb67 * handle the no-matches-found case correctly 2012-12-25 20:33:02 +02:00
djcb
06648060da * bump version to 0.9.9.5-dev6 2012-12-25 19:43:37 +02:00
djcb
c0a9102c6b * cosmetic 2012-12-25 19:43:06 +02:00
djcb
b1e1574883 * mu4e: move mu4e-search-results-limit => mu4e-headers-results-limit 2012-12-25 19:42:47 +02:00
djcb
8f00cccd3c * mu4e: document skip-headers and include-related 2012-12-25 19:42:07 +02:00
djcb
f525c54356 * mu-msg-iter.cc: get /all/ matches on the first go, thread those, then return
maxnum

  in situations where the number of matches is significantly greater than
  maxnum, results are much better this way.
2012-12-25 18:49:14 +02:00
djcb
ba6955be21 * small updates for mu_query API changes 2012-12-25 17:34:57 +02:00
djcb
7856ac939e * mu-query: implement MU_QUERY_FLAG_INCLUDE_RELATED, make threading non-optional 2012-12-25 17:34:24 +02:00
djcb
03921e6cf1 * mu-msg-iter: add mu_msg_iter_get_thread_id, make using threads non-optional 2012-12-25 17:32:43 +02:00
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