1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
Commit Graph

1406 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
7486e024bf * mu-msg.[ch]: improve message moving (update path, flags, maildir) 2011-09-18 14:42:55 +03:00
Dirk-Jan C. Binnema
a984a70543 * mu-store-(read|write).cc: cleanups 2011-09-18 14:42:10 +03:00
Dirk-Jan C. Binnema
2b41379183 * mu-store.[cc,h]: cleanup API, implementation 2011-09-18 14:40:51 +03:00
Dirk-Jan C. Binnema
a197e584a5 * test-mu-store: updated test cases for API changes 2011-09-18 14:40:14 +03:00
Dirk-Jan C. Binnema
288a5763a6 * many updates to `mm', the mu-based MUA for emacs 2011-09-18 14:39:36 +03:00
Dirk-Jan C. Binnema
462f5f5247 * add some elisp to access mu server 2011-09-12 20:52:32 +03:00
Dirk-Jan C. Binnema
c35923b467 * mu-store-write.cc: cleaunp 2011-09-12 20:51:01 +03:00
Dirk-Jan C. Binnema
1f4e55865c * mu-store-read.cc: add mu_store_get_msg 2011-09-12 20:50:11 +03:00
Dirk-Jan C. Binnema
a6066c6ca9 * mu-query.h: cosmetic 2011-09-12 20:49:01 +03:00
Dirk-Jan C. Binnema
eecd21cc5b * mu-query: improve error handling 2011-09-12 20:48:30 +03:00
Dirk-Jan C. Binnema
1fe1b144ef * test-mu-store.c: update for API change 2011-09-12 20:47:41 +03:00
Dirk-Jan C. Binnema
9f6b3b4035 * mu-msg-sexp: expand, more clearly separate 'full' and 'header' messages 2011-09-12 20:43:48 +03:00
Dirk-Jan C. Binnema
9fb2289252 * mu-msg.[ch]: update the flags as well after a message-move 2011-09-12 20:42:53 +03:00
Dirk-Jan C. Binnema
373db2828a * mu-msg-field: cosmetic 2011-09-12 20:42:30 +03:00
Dirk-Jan C. Binnema
939dd1d064 * mu-cmd-server: implement most (all?) needed commands 2011-09-12 20:41:29 +03:00
Dirk-Jan C. Binnema
0c7f7d4d06 * re-enable procmule (WIP) 2011-09-12 20:40:34 +03:00
Dirk-Jan C. Binnema
628d154a2c * minor / cosmetic changes 2011-09-12 20:38:40 +03:00
Dirk-Jan C. Binnema
1a7414dd6d * mu-cmd-*: minor, updates for API changes 2011-09-12 20:34:48 +03:00
Dirk-Jan C. Binnema
b944da0ae1 * mu-maildir: make public mu_maildir_get_maildir_from_path, add tests 2011-09-12 20:33:06 +03:00
Dirk-Jan C. Binnema
1a2614ec98 * updated test cases; in particular, use g_test_verbose 2011-09-03 10:51:00 +03:00
Dirk-Jan C. Binnema
273ed47eb6 * mug2: update for api changes 2011-09-03 10:50:39 +03:00
Dirk-Jan C. Binnema
8fff492414 * mu-util: add some new exception handler macros 2011-09-03 10:50:15 +03:00
Dirk-Jan C. Binnema
53c2c91d3a * mu-query.cc: some cleanups, cosmetics 2011-09-03 10:49:51 +03:00
Dirk-Jan C. Binnema
8d52c8b5a1 * mu.cc: give user some advise if an error occured 2011-09-03 10:49:19 +03:00
Dirk-Jan C. Binnema
8ab3ff1fec * mu-msg-doc.cc, mu-msg-iter.cc, mu-msg.h: cosmetics 2011-09-03 10:48:36 +03:00
Dirk-Jan C. Binnema
9cb879ab64 * mu-log.c: cosmetics 2011-09-03 10:46:17 +03:00
Dirk-Jan C. Binnema
520307a2b1 * mu-index: update for the store changes 2011-09-03 10:45:54 +03:00
Dirk-Jan C. Binnema
bd1ae1a124 * mu-store*: use GError, stability fixes + cleanups 2011-09-03 10:45:14 +03:00
Dirk-Jan C. Binnema
0ad110d241 * mu-cmd.c: use GError + cleanups 2011-09-03 10:44:36 +03:00
Dirk-Jan C. Binnema
59472fdce6 * mu-cmd-extract: use GError for error reporting 2011-09-03 10:43:52 +03:00
Dirk-Jan C. Binnema
1b19938b5f * mu-cmd-find, mu-cmd-cfind, mu-cmd-index: use GError for error reporting 2011-09-03 10:43:08 +03:00
Dirk-Jan C. Binnema
bb0480b29c * remove the cleanup command 2011-09-03 10:41:41 +03:00
Dirk-Jan C. Binnema
4ce44f6973 * add 'mu server', which starts a process that accepts some commands
specifically designed for communication with emacs
2011-09-03 10:41:24 +03:00
Dirk-Jan C. Binnema
b8447cde47 * mug: update for api changes 2011-08-30 22:03:29 +03:00
Dirk-Jan C. Binnema
fec0092312 * mu.cc: use mu_cmd_execute 2011-08-30 22:03:17 +03:00
Dirk-Jan C. Binnema
846d2da27f * mu-threader, mu-util: cleanups 2011-08-30 22:02:49 +03:00
Dirk-Jan C. Binnema
6a13866235 * mu-store: many cleanups, fixes 2011-08-30 22:02:28 +03:00
Dirk-Jan C. Binnema
5e9ea1fa23 * mu-query*: take a store rather than a path as argument 2011-08-30 22:02:08 +03:00
Dirk-Jan C. Binnema
28377a6137 * mu-msg-iter.*: cleanups, some renaming 2011-08-30 22:01:30 +03:00
Dirk-Jan C. Binnema
c1d0ccc8de * mu-index: take a MuStore rather than paths as arg 2011-08-30 22:00:52 +03:00
Dirk-Jan C. Binnema
1c4016b1ba * mu-contacts: add mu_contacts_clear, whitespace fixes 2011-08-30 22:00:00 +03:00
Dirk-Jan C. Binnema
2c92018484 * update mu-guile for other changes 2011-08-30 21:59:25 +03:00
Dirk-Jan C. Binnema
c9d4111915 * update test cases for other changes 2011-08-30 21:59:05 +03:00
Dirk-Jan C. Binnema
c7d7965f0d * mu-config: move command handling to mu-cmd 2011-08-30 21:58:35 +03:00
Dirk-Jan C. Binnema
0861319091 * mu-cmd*: cleanup command handling 2011-08-30 21:57:59 +03:00
Dirk-Jan C. Binnema
b375199bfa * configure.ac: bump database version to 0.9.8 2011-08-30 21:57:08 +03:00
Dirk-Jan C. Binnema
d1b527d321 * gmime-test: whitespace fixes 2011-08-29 23:41:33 +03:00
Dirk-Jan C. Binnema
a9ca0f207a * Makefile.am: add new files, remove 2011-08-29 23:41:13 +03:00
Dirk-Jan C. Binnema
b669feb637 * configure.ac: check for readline 2011-08-29 23:40:51 +03:00
Dirk-Jan C. Binnema
978c94a2ba * mu-util: forward-port the MacOS/g_slice workaround 2011-08-29 23:40:34 +03:00