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

849 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
4f47bd0dd9 * include unistd.h, for R_OK 2011-01-29 12:42:17 +02:00
Dirk-Jan C. Binnema
754c532df6 * update TODO 2011-01-24 23:48:19 +02:00
Dirk-Jan C. Binnema
adc61b0841 * mu-msg-source-view.c: make source buffer read-only 2011-01-24 23:48:12 +02:00
Dirk-Jan C. Binnema
140786dc89 * mu-msg-view.c: don't keep widgets around, re-create them (this needs fixing) 2011-01-24 01:01:43 +02:00
Dirk-Jan C. Binnema
7356e17b89 * better action handling 2011-01-21 20:21:38 -05:00
Dirk-Jan C. Binnema
a2dbe365c6 * unbreak mu-str 2011-01-21 20:13:18 -05:00
Dirk-Jan C. Binnema
abd1a45d6c * improve message display, support 'internal messages'again 2011-01-21 20:13:06 -05:00
Dirk-Jan C. Binnema
aab3226d90 * remove '-characters, () from contact displays 2011-01-21 20:11:11 -05:00
Dirk-Jan C. Binnema
6daf2e9989 * refactoring & add 'view-source' and 'view-message' (activate with context menu) 2011-01-21 18:46:33 -05:00
Dirk-Jan C. Binnema
21fcef13d9 * mug-msg-list-view.c: iterate the ui during list population 2011-01-18 19:29:20 +02:00
Dirk-Jan C. Binnema
7fc00c5d10 * mu-msg-body-view.c: ignore the standard csm 2011-01-18 19:28:45 +02:00
Dirk-Jan C. Binnema
67b63a5b4a * add FAQ (WIP) 2011-01-16 13:55:27 +02:00
Dirk-Jan C. Binnema
4d43994722 * update docs 2011-01-16 13:55:00 +02:00
Dirk-Jan C. Binnema
27965456ad * mu-maildir: some cleanups, shorten names for link creation 2011-01-16 13:54:32 +02:00
Dirk-Jan C. Binnema
6473546ef2 * mu-msg-body-view: use the navigation-policy-decision-requested signal so we
can distinguish user clicks (open externally) and things like iframes (open
  internally); require webkit >= 1.0.3
2011-01-16 13:53:39 +02:00
Dirk-Jan C. Binnema
cc556dad8a * mu-msg-header-view, mu-msg-view: put headers in a scrolled win, so overly
long lists don't expand the whole msg-view too much. this is not the final
  solution, but it's better than what was there
2011-01-16 13:51:36 +02:00
Dirk-Jan C. Binnema
c76af05a7a * make mag-msg-store a configurable parameter; refactor the setting of the
xapian batch size
2011-01-15 13:27:41 +02:00
Dirk-Jan C. Binnema
62acc7739d * change MuMaildirWalkMsgCallback so it take a full stat buf* instead of just
the ctime; then do the checking for the file size (st_size) in mu-index

  also, update a unit test which was using an invalid MuMaildirWalkMsgCallback
2011-01-15 11:53:18 +02:00
Dirk-Jan C. Binnema
91cbdd6b71 * add mu_util_xapian_is_locked and use it 2011-01-14 07:47:19 +02:00
Dirk-Jan C. Binnema
2e4a94d0d6 * mu-msg-view.c: stub implementation of action-signal handling 2011-01-13 21:43:18 +02:00
Dirk-Jan C. Binnema
28b832a9a2 * mu-msg-header-view.c: improve header view a bit 2011-01-13 21:42:51 +02:00
Dirk-Jan C. Binnema
388c805562 * mu-msg-body-view: implement "action-requested" signal, emitted when user
clicks cmd:-urls
2011-01-13 21:42:23 +02:00
Dirk-Jan C. Binnema
1b69d1a835 * cosmetics 2011-01-13 21:41:19 +02:00
Dirk-Jan C. Binnema
a9a2e1f94f * mu-config: better argument check, print usage info when no command is provided 2011-01-13 21:41:07 +02:00
Dirk-Jan C. Binnema
4aa838f6f6 * mug2: implement database reindex 2011-01-13 00:27:27 +02:00
Dirk-Jan C. Binnema
41547f8b8d * updated NEWS 2011-01-12 23:16:30 +02:00
Dirk-Jan C. Binnema
4d82a4e7c7 * use new mu-widget features in mug-msg-view 2011-01-12 23:16:19 +02:00
Dirk-Jan C. Binnema
e048b9607f * improve mu-widgets;
- support notes in mail body view
   - support cmd: pseudo urls in such views
2011-01-12 23:15:54 +02:00
Dirk-Jan C. Binnema
920f714859 * manpage updates 2011-01-12 23:14:51 +02:00
Dirk-Jan C. Binnema
321cae64b9 * updato to build system, don't require too new libtool 2011-01-12 23:14:17 +02:00
Dirk-Jan C. Binnema
eb6ca790fb * update test-mu-store test case 2011-01-12 23:13:36 +02:00
Dirk-Jan C. Binnema
d1bf8b3c73 * improve checks for database version 2011-01-12 23:13:03 +02:00
Dirk-Jan C. Binnema
87f9dc6cb6 * remember last-used maildir, and use it as default for next run 2011-01-12 23:11:51 +02:00
Dirk-Jan C. Binnema
0b7d136033 * mu-cmd-extract: update date 2011-01-12 23:10:15 +02:00
Dirk-Jan C. Binnema
fa6e834cb7 * mu-cmd, mu-extract.c: split off mu-extract stuff in separate file 2011-01-12 23:09:09 +02:00
Dirk-Jan C. Binnema
21ef5285ad * updated NEWS & TODO 2011-01-11 23:26:07 +02:00
Dirk-Jan C. Binnema
bfa3d18d54 * mug-msg-list-view.c: cosmetic 2011-01-11 23:25:54 +02:00
Dirk-Jan C. Binnema
514b680b6a * mu-msg-view: only open local (cached) files from attachments 2011-01-11 23:25:30 +02:00
Dirk-Jan C. Binnema
439e252e8e * mu-msg-body-view: open hyperlinks in external browser 2011-01-11 23:24:19 +02:00
Dirk-Jan C. Binnema
fc14cff444 * mu-msg-attach-view: update for mu_msg_part_looks_like attachment update 2011-01-11 23:23:19 +02:00
Dirk-Jan C. Binnema
22defba76a * test-mu-cmd.c: update test 2011-01-11 23:22:24 +02:00
Dirk-Jan C. Binnema
679f56b047 * mu-str: minor 2011-01-11 23:22:00 +02:00
Dirk-Jan C. Binnema
5d6fe733a0 * add mu_util_is_local_file, improve mu_util_play:
add some checks whether the file is 'local' or on some remote place (http://
 etc.), and explicitly mention what is acceptible in mu_util_play; for
 security reasons sometimes local, and sometimes remote
2011-01-11 23:21:24 +02:00
Dirk-Jan C. Binnema
f2e8927f6f * mu-msg-fields: store escaped versions of maildirs, so matching works for 'strangely named' ones 2011-01-11 23:18:55 +02:00
Dirk-Jan C. Binnema
9d630daf73 * mu-cmd: fix saving of attachments 2011-01-11 23:17:37 +02:00
Dirk-Jan C. Binnema
81fe752515 * mu-msg-part: cleanups & fixes, added mu_msg_part_looks_like_attachment 2011-01-11 23:17:03 +02:00
Dirk-Jan C. Binnema
fb5cda1665 * add new header-view widget 2011-01-11 00:47:15 +02:00
Dirk-Jan C. Binnema
923549e2bb * <many>: updates for new MIME-part handling 2011-01-11 00:46:46 +02:00
Dirk-Jan C. Binnema
1de81553a6 * mu-widget-util.[ch]: be smarter about pixmaps (icons) for unknown mime types 2011-01-11 00:45:59 +02:00
Dirk-Jan C. Binnema
da16959a33 * mu-msg, mu-msg-part: overhaul of mime-part handling 2011-01-11 00:45:03 +02:00