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

1311 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
ba93c7bef7 * cosmetics, minor 2011-08-10 23:58:06 +03:00
Dirk-Jan C. Binnema
48cf82f823 * mu-cmd.c, mu-config.c: enable 'mu add' and 'mu remove' and fix line33 check 2011-08-10 23:57:34 +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
5ff92a2e4c * mu-msg-flags.c: cosmetic 2011-08-09 22:53:10 +03:00
Dirk-Jan C. Binnema
6cdd0f0571 * mua updates 2011-08-09 22:52:49 +03:00
Dirk-Jan C. Binnema
56086b2f4b * mu-msg-part.c, mu-runtime.c: updates for mu_util_create_dir_maybe change 2011-08-09 07:54:23 +03:00
Dirk-Jan C. Binnema
785a09ef76 * make mu_util_create_dir_maybe potentially not warn (useful when the logging
system is not initialized yet)
2011-08-09 07:53:50 +03:00
Dirk-Jan C. Binnema
a3b627f866 * mu-cmd: fix gboolean vs MuExitCode confusion 2011-08-09 07:52:55 +03:00
Dirk-Jan C. Binnema
2c26c4dca2 * mua updates 2011-08-09 07:52:15 +03:00
Dirk-Jan C. Binnema
1e7f0612ae * update Makefile for mu=>mua 2011-08-08 22:06:24 +03:00
Dirk-Jan C. Binnema
4e5204361d * add missing mua.el 2011-08-08 22:04:13 +03:00
Dirk-Jan C. Binnema
5e6d896220 * mu-msg-sexp.c: updates, extensions to the format:
- add attachment info as list ((<index> <file> <mime-type>))
  - add references as list
  - add reply-to
  - add in-reply-to

  (all only for file-backed MuMsg)
2011-08-08 22:03:48 +03:00
Dirk-Jan C. Binnema
9fa841952f * mu-msg-flags.c: be more strict for maildir flags; they must be uppercase 2011-08-08 21:58:24 +03:00
Dirk-Jan C. Binnema
f7c2ee5f49 * docu fixes 2011-08-08 21:57:48 +03:00
Dirk-Jan C. Binnema
74d00e26d4 * move emacs/ code to toys/mua; rename mu=>mua, many updates 2011-08-08 21:55:59 +03:00
Dirk-Jan C. Binnema
46c8e79fea * libmuguile: updates for some renaming elsewhere 2011-08-06 10:45:19 +03:00
Dirk-Jan C. Binnema
136555bc50 * mu-msg-sexp.c: add attachment info to the s-expression 2011-08-06 10:44:57 +03:00
Dirk-Jan C. Binnema
19e247785e * mu-msg-part.[ch]: cosmetics, minor 2011-08-06 10:43:57 +03:00
Dirk-Jan C. Binnema
d90208b0c5 * emacs/ updates 2011-08-06 10:43:33 +03:00
Dirk-Jan C. Binnema
8e6429a764 * mu-cmd.c: (mu mv) make --printtarget work even with target=/dev/null 2011-08-05 08:20:26 +03:00
Dirk-Jan C. Binnema
61ab894ab4 * emacs updates 2011-08-05 08:19:19 +03:00
Dirk-Jan C. Binnema
5e2e232e3b * emacs/ updates 2011-08-03 23:07:27 +03:00
Dirk-Jan C. Binnema
b83a04682f * add mu-add.1, mu-remove.1 to man/Makefile.am 2011-08-03 23:07:15 +03:00
Dirk-Jan C. Binnema
29afe28eb6 * cosmetics 2011-08-03 23:06:51 +03:00
Dirk-Jan C. Binnema
8e9bf21766 * mu-cmd-find.c: remove json output and add option to check for file readability 2011-08-03 23:06:18 +03:00
Dirk-Jan C. Binnema
757c533be7 * update docs, www 2011-08-03 23:04:38 +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
d291c5a9f5 * some mu_store_store => mu_store_store_msg and the consequences 2011-08-03 23:03:22 +03:00
Dirk-Jan C. Binnema
82be4974b7 * add 'mu add' and 'mu remove' commands for adding, removing messages from the database 2011-08-03 23:00:48 +03:00
Dirk-Jan C. Binnema
ef086db2a7 * emacs updates 2011-08-03 08:18:11 +03:00
Dirk-Jan C. Binnema
b39b33b82d * emacs/: more WIP 2011-08-02 21:27:59 +03:00
Dirk-Jan C. Binnema
bdf1237c34 * mu-mv: optionally, let it update the database (--updatedb) and print the
target file on stdout (--printtarget)
2011-08-02 21:27:32 +03:00
Dirk-Jan C. Binnema
92e95cf94d * update gitignore 2011-08-02 08:14:58 +03:00
Dirk-Jan C. Binnema
2c1f3dafbd * mu-cmd, mu-config: add --flags parameter to 'mu move', to change the message flags 2011-08-02 08:14:19 +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
8722110864 * cosmetics 2011-08-02 08:11:50 +03:00
Dirk-Jan C. Binnema
8e83a1c952 * more changes to emacs frontend 2011-08-02 08:11:04 +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
8ee5427975 * emacs/*: many changes, still in initial stages... 2011-08-01 21:22:03 +03:00
Dirk-Jan C. Binnema
f35c144192 * rough beginnings of an emacs client for mu 2011-08-01 08:18:18 +03:00
Dirk-Jan C. Binnema
abeeb33100 Merge branch 'master' into emu 2011-07-31 13:23:19 +03:00
Dirk-Jan C. Binnema
e02a80b5dd * set version to 0.9.7-pre 2011-07-31 13:00:15 +03:00
Dirk-Jan C. Binnema
ba4893cbbb * preparing for 0.9.7-pre 2011-07-31 12:59:16 +03:00
Dirk-Jan C. Binnema
dabbfc3b62 * use the sexp export that moved to mu-msg-sexp 2011-07-31 12:17:14 +03:00
Dirk-Jan C. Binnema
5c2417a041 * minor stuff / cosmetics 2011-07-31 12:16:00 +03:00
Dirk-Jan C. Binnema
424d012085 * mu-str.h make mu_str_escape_c_literal optionionally quote "" its result 2011-07-31 12:14:22 +03:00
Dirk-Jan C. Binnema
0a6161a71c * centralize formatstr parsing, cleanup 2011-07-27 08:20:06 +03:00
Dirk-Jan C. Binnema
63076fe222 * don't include procmule for now, it's not ready 2011-07-26 22:14:20 +03:00
Dirk-Jan C. Binnema
d95778b0a0 Merge branch 'procmule' 2011-07-26 21:55:40 +03:00
Dirk-Jan C. Binnema
a0ff7e74b6 * update muile README 2011-07-26 08:43:47 +03:00