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

22 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
f27af1158b * mu-maildir.[ch]: make create_maildir work even if the maildir already
partially exists and double-check permissions
2012-02-26 12:16:57 +02: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
557a5e291c * mu mv updates:
- rename --printtarget into --print-target
  - support 'delta' flags
  - add --ignore-dups to silently ignore the src = target case
2011-08-16 23:42:47 +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
0758ab6645 * refactoring: merge mu-msg-file with mu-maildir 2011-05-06 08:11:47 +03: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
aa22e5e90d * some further cleanups 2011-01-05 20:38:33 +02:00
Dirk-Jan C. Binnema
fade4172fe * many changes to the config system 2011-01-04 23:19:03 +02:00
Dirk-Jan C. Binnema
68af173246 * use GError in various mu_maildir function to return error info 2010-12-05 16:29:53 +02:00
Dirk-Jan C. Binnema
8321f6718a * mu_maildir_mkmdir => mu_maildir_mkdir 2010-12-05 15:40:40 +02:00
Dirk-Jan C. Binnema
89f2182f03 * some minor cleanups 2010-08-27 00:25:07 +03:00
Dirk-Jan C. Binnema
b2c8f38c0c * mu-maildir: feed the maildir name to message callback
(ie., when the full path is ~/Maildir/foo/bar/cur/msg, the maildir is foo/bar)
2010-02-08 21:18:46 +02:00
Dirk-Jan C. Binnema
c5dc8f044d * add many unit tests 2010-01-28 22:21:57 +02:00
Dirk-Jan C. Binnema
a411a9964b * add unit tests for mu_maildir_mkdir 2010-01-27 08:15:08 +02:00
Dirk-Jan C. Binnema
b502353017 * mu-maildir.[ch]: cosmetics 2010-01-08 20:53:21 +02:00
Dirk-Jan C. Binnema
340dd1f94e * add mu_maildir_clear_links to remove symlinks from a maildir 2010-01-03 13:40:40 +02:00
Dirk-Jan C. Binnema
05400c83d8 * mu-maildir: use warnings instead of GErrors 2010-01-01 16:15:41 +02:00
Dirk-Jan C. Binnema
4890ad0216 * update copyright year => 2010 2010-01-01 15:56:45 +02:00
Dirk-Jan C. Binnema
5b0fb90230 * move all Maildir funcs to mu-maildir.[ch] 2010-01-01 15:51:50 +02:00
Dirk-Jan C. Binnema
366c1ea44f * add symlink support, code refactoring 2009-12-31 19:27:41 +02:00