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

539 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
ab0ad61648 * update TODO 2010-11-07 18:03:38 +02:00
Dirk-Jan C. Binnema
10d4945a12 * update mug.cc for the other changes 2010-11-07 18:03:06 +02:00
Dirk-Jan C. Binnema
fa0e60b591 * mug-msg-view: cleanups, improve header / expanded header view 2010-11-07 18:02:48 +02:00
Dirk-Jan C. Binnema
f867185ad3 * cosmetic 2010-11-07 18:02:25 +02:00
Dirk-Jan C. Binnema
d7105d1eda * mug-msg-list: add maildir column, cleanups 2010-11-07 18:02:13 +02:00
Dirk-Jan C. Binnema
b1a799df4a * mu-msg-iter: add mu_msg_iter_get_maildir 2010-11-07 18:01:04 +02:00
Dirk-Jan C. Binnema
bb6d9a0ff1 * mug.cc: add an about-box 2010-11-07 11:11:50 +02:00
Dirk-Jan C. Binnema
f93b6ecbbd * update TODO, cosmetics 2010-11-03 23:28:06 +02:00
Dirk-Jan C. Binnema
df57723ec7 * mu-msg-list: make unread mailheaders bold, important ones read. Fix
mu-msg-iter.cc while doing so.
2010-11-03 23:02:40 +02:00
Dirk-Jan C. Binnema
9902137ddf * mug-msg-list-view.c: fix column sizing and ordering 2010-11-03 21:46:46 +02:00
Dirk-Jan C. Binnema
533c27246a * cosmetic 2010-11-03 08:10:26 +02:00
Dirk-Jan C. Binnema
1e30e0a602 * update TODO, remove shortcut stuff for now 2010-11-03 08:00:49 +02:00
Dirk-Jan C. Binnema
ad46381a07 * mug.cc: make scroll bars use GTK_POLICY_AUTOMATIC 2010-11-03 07:51:02 +02:00
Dirk-Jan C. Binnema
ef4116efc2 * make mu_msg_str_date[_s] take an strftime-like argument for the format;
update callers
2010-11-03 07:43:46 +02:00
Dirk-Jan C. Binnema
55cd529bec * configure.ac: don't check for webkit 2010-11-03 07:32:58 +02:00
Dirk-Jan C. Binnema
55ac54124e * add mug_query_bar_grab_focus, grab focus in querybar upon startup 2010-11-02 23:14:29 +02:00
Dirk-Jan C. Binnema
6bfa535e6a * add mug_msg_list_view_move_first, move to first item after running query 2010-11-02 22:45:11 +02:00
Dirk-Jan C. Binnema
34b997ad3c * update mug/TODO 2010-11-02 22:18:45 +02:00
Dirk-Jan C. Binnema
ad0825c367 * add mug_msg_view_set_text, so we can clear the msg when the list changes 2010-11-02 22:17:58 +02:00
Dirk-Jan C. Binnema
cf77cbc1d2 * mug-msg-list-view: remember query, add mug_msg_list_view_get_query to
retrieve it. update mug.cc to use in in the statusbar
2010-11-02 22:17:08 +02:00
Dirk-Jan C. Binnema
8eb60ec141 * add separators in toolbar 2010-11-02 21:56:25 +02:00
Dirk-Jan C. Binnema
484808d641 * implement mug_msg_list_view_move_(next|prev) to move cursor to prev/next
row; hook it up with the toolbar
2010-11-02 21:51:10 +02:00
Dirk-Jan C. Binnema
70648b8bd5 * merge start of simple gtk+ ui for mu: 'mug' 2010-11-02 21:21:32 +02:00
Dirk-Jan C. Binnema
1d08c8df01 Merge branch 'master' of gitorious.org:mu/mu-ng 2010-11-02 21:19:35 +02:00
Dirk-Jan C. Binnema
a16a01cb2c * cosmetic 2010-11-02 21:18:50 +02:00
Dirk-Jan C. Binnema
8ed3c823f8 * cosmetic 2010-11-02 21:15:54 +02:00
Dirk-Jan C. Binnema
b68a093092 * cosmetic 2010-11-02 21:15:35 +02:00
Dirk-Jan C. Binnema
1b75761984 * cosmetic 2010-11-02 21:15:18 +02:00
Dirk-Jan C. Binnema
99cf282d3b * cosmetic 2010-11-02 21:14:46 +02:00
Dirk-Jan C. Binnema
a10525d3c9 * mu_msg_str: sanitize date strings a bit, update test case 2010-11-02 21:14:24 +02:00
Dirk-Jan C. Binnema
a4ea979aaa * fix mu_msg_iter_get_date 2010-11-02 21:13:45 +02:00
Dirk-Jan C. Binnema
3b87a0f9e6 * add mu_util_guess_mu_homedir and mu_util_guess_xapian_dir and use them 2010-11-02 21:12:18 +02:00
Dirk-Jan C. Binnema
d112c2c930 * update testcases for normalization 2010-11-02 00:08:31 +02:00
Dirk-Jan C. Binnema
e15bb738ea * store normalized version of strings as well (value) 2010-11-02 00:06:17 +02:00
Dirk-Jan C. Binnema
7fe29ebfc3 * cosmetic 2010-11-02 00:05:49 +02:00
Dirk-Jan C. Binnema
23f1275a24 * add mu_msg_str_normalize (to remove accents from strings, optionally lowercase) 2010-11-02 00:05:27 +02:00
Dirk-Jan C. Binnema
1e93d614a9 * fix typo 2010-10-31 11:35:00 +02:00
Dirk-Jan C. Binnema
3aecf50e49 * update the web page 2010-10-31 11:34:10 +02:00
Dirk-Jan C. Binnema
117e5bc76e * refactor output a bit (mu-cmd-find) 2010-10-31 11:34:01 +02:00
Dirk-Jan C. Binnema
1476a8dafa * configure.ac: bump version to 0.8 2010-10-30 15:14:31 +03:00
Dirk-Jan C. Binnema
12f02ea08f * mu-cmd-extract,test-mu-util: cleanups to pass line33/cc10 2010-10-30 15:14:14 +03:00
Dirk-Jan C. Binnema
0293eb19b3 * update NEWS 2010-10-30 15:13:37 +03:00
Dirk-Jan C. Binnema
8146cdb8b1 * many: documentation updates 2010-10-26 00:25:14 +03:00
Dirk-Jan C. Binnema
0fadc5e360 * update for v0.8-beta 2010-10-23 12:55:18 +03:00
Dirk-Jan C. Binnema
69db79429a * mark this a 0.8-beta 2010-10-23 12:44:44 +03:00
Dirk-Jan C. Binnema
f4b4729f05 * update webpage for 0.8-beta 2010-10-23 12:44:29 +03:00
Dirk-Jan C. Binnema
976e0d03dc * add FLAG_XAPIAN_VALUE for MU_MSG_FIELD_ID_MSGID so the 'i' format field
works. this fixes issue #27
2010-10-23 12:29:06 +03:00
Dirk-Jan C. Binnema
23869e2066 * mu-config: small fix 2010-10-23 12:12:14 +03:00
Dirk-Jan C. Binnema
0c763c48f1 * tests/Makefile.am: add message 4 to test cases 2010-10-23 12:05:35 +03:00
Dirk-Jan C. Binnema
f9b50541e3 * mu-cmd-extract: don't be too picky for attachments 2010-10-23 12:04:58 +03:00