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

992 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
c130ad6a57 * mu_store_add_path now takes a maildir arg 2011-09-20 00:22:21 +03:00
Dirk-Jan C. Binnema
d1e843cf29 * mu-cmd.c: cosmetic 2011-09-20 00:22:03 +03:00
Dirk-Jan C. Binnema
4105f15ca0 * mu-cmd-server, m-msg-part.c: add support opening, extracting attachments 2011-09-20 00:21:37 +03:00
Dirk-Jan C. Binnema
b25e5be7a9 * mu-cmd-server: add 'add' command 2011-09-18 23:58:10 +03:00
Dirk-Jan C. Binnema
553b88620e * fix make check, make cc10 and make line33 2011-09-18 21:29:28 +03:00
Dirk-Jan C. Binnema
a009308de9 * mu-cmd-server: add 'index', 'compose' commands; many internal improvements 2011-09-18 14:46:02 +03:00
Dirk-Jan C. Binnema
c42821646f * mu-index: don't require a non-NULL callback for mu_index_cleanup 2011-09-18 14:44:59 +03:00
Dirk-Jan C. Binnema
868a863c0a * mu-msg-fields: indentation/ 2011-09-18 14:44:19 +03:00
Dirk-Jan C. Binnema
e6b4b99677 * mu-msg-sexp: don't add 'eox' anymore; let mu-cmd-server do that 2011-09-18 14:43:33 +03:00
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
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
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
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
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
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
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
a9ca0f207a * Makefile.am: add new files, remove 2011-08-29 23:41:13 +03:00
Dirk-Jan C. Binnema
978c94a2ba * mu-util: forward-port the MacOS/g_slice workaround 2011-08-29 23:40:34 +03:00
Dirk-Jan C. Binnema
ff7a40b3d9 * update test cases for other changes 2011-08-29 23:39:11 +03:00