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

104 Commits

Author SHA1 Message Date
djcb
cd0589b1b3 * lib: consider more things to be attachments 2012-09-08 12:46:55 +03:00
djcb
58a90e4a5d * lib/mu-contacts: make address comparison case-insensitive 2012-09-05 01:24:18 +03:00
djcb
cf143667e8 * cosmetics 2012-09-05 01:23:00 +03:00
djcb
e63ed13f5f * mu-msg-sexp: support signature checking, remove elvis code 2012-09-01 20:04:24 +03:00
djcb
9d6ef76f5f * crypto: improve signature checking code 2012-09-01 20:03:48 +03:00
djcb
7b39d56c99 * mu-query.cc: fix cc10 2012-08-31 00:22:18 +03:00
djcb
14661a6d7b * restore mu-verify (WIP) 2012-08-30 20:26:35 +03:00
djcb
adc23614a1 * enable signature verification (WIP) 2012-08-30 12:53:52 +03:00
djcb
57e5f7b56f * lib: better error checking for message date / size when creating sexp 2012-08-28 18:28:18 +03:00
djcb
dcda69e459 * lib: don't check for bogus error 2012-08-23 00:00:28 +03:00
djcb
93171a5b90 * lib: try to reopen database when it got updated from the outside (for guile) 2012-08-19 09:57:49 +03:00
djcb
90674172b9 * mu-store-write: use 'Xapian:WritableDatabase::commit' rather than '...flush' 2012-08-19 09:56:38 +03:00
djcb
441c5a1b9b * mu-store-read: fix realpath checking 2012-08-19 09:54:51 +03:00
djcb
ba50104b8f * cosmetics 2012-08-16 20:48:01 +03:00
djcb
020bf110cb * fix leak in test-mu-store 2012-08-11 22:30:13 +03:00
djcb
2f33744f59 * fix leak in mu_msg_get_header 2012-08-11 22:26:30 +03:00
djcb
3423b86e09 * fix leak in mu-msg-doc 2012-08-11 21:37:33 +03:00
djcb
38a2ee788b * bump glib version to 2.24, make gtest stuff non-optional
(even ubuntu 10.04 comes with 2.24, so that should be conservative enough)
2012-08-11 18:48:48 +03:00
djcb
e47646e010 * mu-msg-sexp: don't make crypto required 2012-08-11 12:02:16 +03:00
djcb
477a36ca57 * mu-msg-crypto: don't use g_clear_object, it requires glib 2.28 2012-08-11 11:57:35 +03:00
djcb
3823dd5a6c * mu-msg-file: don't use g_clear_object, it requires glib 2.28 2012-08-11 11:55:06 +03:00
djcb
8e6903cb61 * mu-msg-part: don't use g_mime_part_iter_*: it's gmime 2.6 only 2012-08-11 11:54:08 +03:00
djcb
4fa0c57d29 * mu-msg-file.c: don't try to over-optimize charset decoding; it broke iso-2022-jp 2012-08-10 17:13:05 +03:00
djcb
96bcf42277 * lib: get_tags: support X-Label, X-Keywords and Keywords 2012-08-10 10:07:35 +03:00
djcb
74189c04a4 * mu-msg-sexp: mark attachments as such 2012-08-10 09:59:01 +03:00
djcb
1c058a1b9d * lib/crypto: disable pkcs7 for now 2012-08-10 09:39:24 +03:00
djcb
dba062b97c * tests: cleanup test-mu-msg.c 2012-08-09 11:46:00 +03:00
djcb
b3760740f8 * update for attachment checking changes 2012-08-09 11:45:46 +03:00
djcb
51fe7fcae8 * lib: refactor attachment checking 2012-08-09 11:45:04 +03:00
djcb
ea86b71294 * lib: fix embedded text indexing 2012-08-09 10:54:05 +03:00
djcb
70856427cf * cosmetic 2012-08-09 10:34:05 +03:00
djcb
7b13676f3c * tests: X-Label tags are space-separated, X-Keywords are comma-separated 2012-08-09 10:33:56 +03:00
djcb
6d91589791 * lib: fix initialization in get_tags 2012-08-09 10:07:23 +03:00
djcb
cb17e22d48 * lib/tests: support X-Label and X-Keywords, update unit test 2012-08-09 10:01:06 +03:00
djcb
abfcc4a2f3 * updates for mu_msg_get_body_(text|html) api change 2012-08-09 09:38:58 +03:00
djcb
86bf7b7165 * lib: cleanup mu_msg_get_body_(html|text) (WIP) 2012-08-09 09:38:22 +03:00
djcb
c3391b3929 * lib: cleanups: remove mu-msg-cache (WIP) 2012-08-08 19:13:59 +03:00
djcb
d7dabca0b6 * lib: fixes for make line35/make cc10 2012-08-07 12:02:44 +03:00
djcb
a91fa644d5 * lib: correctly handle embedded text parts 2012-08-07 11:43:54 +03:00
djcb
dc211648a8 * mu-msg-file: don't try to decrypt when this is not desirable 2012-08-05 12:28:47 +03:00
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
b71a27b7c0 * mu4e/mu-msg-part: better detection of body / attachments 2012-08-02 15:48:03 +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
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
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