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

73 Commits

Author SHA1 Message Date
djcb
288f987b2f * features: mark messages as read/unread 2012-02-09 21:10:33 +02:00
djcb
1a45c45e79 * mu-msg: add mu_msg_close_file_backend 2012-01-12 00:20:14 +02:00
djcb
dd574cb8ba * remove the bogus TIMESTAMP field 2012-01-01 13:53:18 +02:00
Dirk-Jan C. Binnema
689d94df62 * mu-msg: clearup error handling in mu_msg_move_to_maildir 2011-09-20 00:22:54 +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
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
fbc786f2fc * minor changes, trailing whitespace fixes 2011-08-29 23:38:55 +03:00
Dirk-Jan C. Binnema
56c6863c09 * mu-msg / mu-msg-file: move gmime init to mu_msg
we need gmime even for the MuMsgDoc backend, as there we are using gmime for
  parsing address lists. using the function without 'init' caused crashes...
2011-08-20 11:55:27 +03:00
Dirk-Jan C. Binnema
a84d72e7cf * mu-msg: update for other changes 2011-08-16 23:43:57 +03:00
Dirk-Jan C. Binnema
bad4973408 * mu-maildir.[ch]: re-implement message flag parsing, message moving 2011-08-13 02:00:04 +03:00
Dirk-Jan C. Binnema
a571a3f877 * MuMsgFlags => MuFlags 2011-08-11 22:44:23 +03:00
Dirk-Jan C. Binnema
e55eb4ed25 * MuResult/MuExitCode => MuError 2011-08-11 20:20:22 +03:00
Dirk-Jan C. Binnema
b1d0de2cab * minor 2011-08-11 08:22:24 +03:00
Dirk-Jan C. Binnema
f6a4b7a480 * mu-cmd-find.c, mu-msg-sexp.c, mu-msg.c: refactor for 'make line33' check 2011-08-10 23:56:38 +03:00
Dirk-Jan C. Binnema
f7c2ee5f49 * docu fixes 2011-08-08 21:57:48 +03:00
Dirk-Jan C. Binnema
42d69b7501 * mu-msg.[ch]: add mu_msg_is_readable 2011-08-03 23:03:58 +03:00
Dirk-Jan C. Binnema
d203c26591 * mu-msg: add mu_msg_file_move_to_maildir which uses a path rather than a
MuMsg (cfg mu_msg_move_to_maildir)
2011-08-02 08:12:57 +03:00
Dirk-Jan C. Binnema
47073006d2 * added the mu mv command for moving, removing messages (WIP) 2011-08-01 22:42:23 +03:00
Dirk-Jan C. Binnema
5c2417a041 * minor stuff / cosmetics 2011-07-31 12:16:00 +03:00
Dirk-Jan C. Binnema
618d7d5eb6 * mu-msg: add mu_msg_move_to_maildir, to move a message to different maildir 2011-07-25 08:19:58 +03:00
Dirk-Jan C. Binnema
634fbb6cf7 * mu-msg.c: make mu_msg_contacts_foreach also work for the Xapian::Document backend 2011-07-14 22:20:40 +03:00
Dirk-Jan C. Binnema
63a968ccae * some more guile scripting stuff 2011-07-13 23:00:05 +03:00
Dirk-Jan C. Binnema
5ad2319fe1 * refactor msg-sorting a bit 2011-07-02 12:50:29 +03:00
Dirk-Jan C. Binnema
a2bc4540e0 * implement sorting of threads on arbitrary fields (WIP) 2011-07-02 11:27:08 +03:00
Dirk-Jan C. Binnema
f2a0e19626 * mu-msg: small improvements, cosmetics 2011-06-18 18:48:59 +03:00
Dirk-Jan C. Binnema
9971c1e7ae * add basic support for X-Label (WIP) 2011-06-16 00:26:30 +03:00
Dirk-Jan C. Binnema
a98bff9493 * mu-msg: add support for GSList* fields 2011-06-15 23:51:16 +03:00
Dirk-Jan C. Binnema
3c20cfc4de * mu-contacts.c, mu-msg.c: cosmetics 2011-05-25 08:11:50 +03:00
Dirk-Jan C. Binnema
5e887f8f39 * fix mu-msg.c merge fallout 2011-05-19 22:53:34 +03:00
Dirk-Jan C. Binnema
9d31d8aaca * update test-cases 2011-05-19 22:49:13 +03:00
Dirk-Jan C. Binnema
603c6be7df * mu-msg, mu-msg-file: fix up mu_msg_get_header 2011-05-19 22:25:27 +03:00
Dirk-Jan C. Binnema
228af3edee * mu-msg.[ch], mu-msg-file.[ch]: update indentation 2011-05-19 19:57:26 +03:00
Dirk-Jan C. Binnema
0c783567cf * mu-msg, mu-msg-file: move gmime-init to mu-msg-file, fix get_num_field 2011-05-18 23:35:44 +03:00
Dirk-Jan C. Binnema
bb18f312d6 * fix mu-msg for the 'mu view' issue found during checking for issue #38 --
don't encode the addresses you get
2011-05-18 09:06:23 +03:00
Dirk-Jan C. Binnema
3cdc810e81 * mu-msg.c, mu-msg-priv.h: hook up with mu-msg-cache, mu-msg-file and mu-msg-doc 2011-05-17 23:20:05 +03:00
Dirk-Jan C. Binnema
7498bc3841 * WIP: hook up mu-msg-db with mu-msg (CTOR) 2011-05-15 11:06:55 +03:00
Dirk-Jan C. Binnema
6f33f76797 * merge mu-msg-contact.[ch] with mu-msg.[ch] 2011-05-14 18:14:24 +03:00
Dirk-Jan C. Binnema
c0a24cf7bc * mu-msg-*: take mu_msg_cache into use 2011-05-14 18:07:51 +03:00
Dirk-Jan C. Binnema
7766d8db9c * mu-msg.c: fix indentation 2011-05-09 09:33:01 +03:00
Dirk-Jan C. Binnema
7aea532838 * fix some small issues 2011-05-09 09:20:27 +03:00
Dirk-Jan C. Binnema
53b87a79eb * <many> WIP: refactor mu-msg -- mu-msg-file 2011-05-09 02:58:33 +03:00
Dirk-Jan C. Binnema
0758ab6645 * refactoring: merge mu-msg-file with mu-maildir 2011-05-06 08:11:47 +03:00
Dirk-Jan C. Binnema
3e01853243 * mu-msg.c: fix compiler warning due to optimization 2011-05-05 22:51:47 +03:00
Dirk-Jan C. Binnema
c07b8e4529 * <many> add support for displaying, searching the Bcc: field 2011-05-01 18:31:00 +03:00
Dirk-Jan C. Binnema
e33f927542 * add support for message-references:
- mu_msg_get_references and mu_msg_get_references_str get the list of
    refences ("References:" and "In-reply-to:") as a GList,
    resp. comma-separated list
  - stored in database as a value, can be shown in mu find output using 'r'
    (db needs rebuild)
  - document in mu-find manpage
2011-04-30 13:50:56 +03:00
Dirk-Jan C. Binnema
12a992b8d2 * fix mu_msg refcounting in widgets 2011-03-15 20:38:26 +02:00
Dirk-Jan C. Binnema
d015b04c2a * mu-msg.c: convert html mail to utf-8, too. this fixes the display of
non-utf8 html with chars outside ascii
2011-02-06 10:49:36 +02:00
Dirk-Jan C. Binnema
3ea01df556 * cosmetics 2011-01-29 12:45:21 +02:00
Dirk-Jan C. Binnema
e0b484e922 * make mu-cmd reference-counted (make mu_msg_destroy internal, use
mu_msg_unref instead)
2011-01-09 18:54:14 +02:00
Dirk-Jan C. Binnema
d41ae5dfd5 * mu-msg: cosmetic 2011-01-06 13:15:01 +02:00