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
9fa841952f
* mu-msg-flags.c: be more strict for maildir flags; they must be uppercase
2011-08-08 21:58:24 +03:00
f7c2ee5f49
* docu fixes
2011-08-08 21:57:48 +03:00
136555bc50
* mu-msg-sexp.c: add attachment info to the s-expression
2011-08-06 10:44:57 +03:00
19e247785e
* mu-msg-part.[ch]: cosmetics, minor
2011-08-06 10:43:57 +03:00
8e6429a764
* mu-cmd.c: (mu mv) make --printtarget work even with target=/dev/null
2011-08-05 08:20:26 +03:00
29afe28eb6
* cosmetics
2011-08-03 23:06:51 +03:00
8e9bf21766
* mu-cmd-find.c: remove json output and add option to check for file readability
2011-08-03 23:06:18 +03:00
42d69b7501
* mu-msg.[ch]: add mu_msg_is_readable
2011-08-03 23:03:58 +03:00
d291c5a9f5
* some mu_store_store => mu_store_store_msg and the consequences
2011-08-03 23:03:22 +03:00
82be4974b7
* add 'mu add' and 'mu remove' commands for adding, removing messages from the database
2011-08-03 23:00:48 +03:00
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
2c1f3dafbd
* mu-cmd, mu-config: add --flags parameter to 'mu move', to change the message flags
2011-08-02 08:14:19 +03:00
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
8722110864
* cosmetics
2011-08-02 08:11:50 +03:00
47073006d2
* added the mu mv command for moving, removing messages (WIP)
2011-08-01 22:42:23 +03:00
dabbfc3b62
* use the sexp export that moved to mu-msg-sexp
2011-07-31 12:17:14 +03:00
5c2417a041
* minor stuff / cosmetics
2011-07-31 12:16:00 +03:00
424d012085
* mu-str.h make mu_str_escape_c_literal optionionally quote "" its result
2011-07-31 12:14:22 +03:00
0a6161a71c
* centralize formatstr parsing, cleanup
2011-07-27 08:20:06 +03:00
50fad7dc39
* cosmetics
2011-07-26 08:43:33 +03:00
9dad2d6175
* mu-cmd-find: improve --format=sexp output
2011-07-26 08:42:50 +03:00
a2a491d7aa
* cosmetics
2011-07-25 08:22:58 +03:00
618d7d5eb6
* mu-msg: add mu_msg_move_to_maildir, to move a message to different maildir
2011-07-25 08:19:58 +03:00
7fef745d17
* update for new mu_runtime init stuff
2011-07-23 17:58:40 +03:00
6af9b47405
* support different log files for different front ends (mu, mug, procmule etc.)
2011-07-23 17:56:25 +03:00
6090bf8ad0
* cosmetic
2011-07-22 21:11:50 +03:00
8bc7001cc7
* test-mu-date: added some unit tests
2011-07-21 21:58:56 +03:00
37aaa18d6b
* cosmetics
2011-07-21 21:58:27 +03:00
62616a2a2c
* tests: don't assume the whole lives in Helsinki, Finland
2011-07-21 08:20:10 +03:00
f0833ca315
* some more timezone fixes for the unit tests
2011-07-21 00:58:40 +03:00
e390743195
* updates for new APIs (mu-date.h)
2011-07-21 00:39:00 +03:00
3c3f008c33
* mu-store: cleanup storing dates
2011-07-21 00:38:28 +03:00
70e13d7e94
* mu-query: clean up date parsing, use the separate date functions in mu-date
2011-07-21 00:38:00 +03:00
5bcb76e6f9
* mu-msg-file: fix line33 violation
2011-07-21 00:36:39 +03:00
58227acda4
* mu-str.[ch]: remove date-related stuff (now in mu-date.[ch])
2011-07-21 00:35:43 +03:00
fe245880fa
* mu-util: cosmetics
2011-07-21 00:35:14 +03:00
a5b426a7a0
* mu-msg-fields: remove the silly 'pseudo field'
2011-07-21 00:33:09 +03:00
ff8e055564
* mu-msg-doc: use the UTC-datestr from the database
2011-07-21 00:32:14 +03:00
eb62f52e02
* mu-cmd/-cfind/-find: use the split-off date funcs
2011-07-21 00:31:17 +03:00
d894621c7f
* mu-date.[ch]: split off date-related funcs in separate files
2011-07-21 00:29:12 +03:00
edebc8d07b
* log index, cleanup separately, less confusing + cosmetic
2011-07-18 09:05:56 +03:00
5695077514
* mu-msg-file.c, mu-str.[ch]: ensure we only return valid UTF8 (because GMime
...
returns invalid UTF8 from invalidly encoded messages in some cases)
2011-07-17 14:35:59 +03:00
6c62a066c8
* make time & size checking a bit stricter, report errors to user
2011-07-16 12:50:17 +03:00
199c6c9bd9
Revert "* mu-store: use strncpy instead of strcpy"
...
This reverts commit b2e9f43a05 .
2011-07-16 10:22:21 +03:00
bdd3306dc1
Revert "* fix string storing"
...
This reverts commit 2156036616 .
2011-07-16 10:22:00 +03:00
2156036616
* fix string storing
2011-07-16 10:16:10 +03:00
f2de56d4ca
Merge branch 'procmule'
2011-07-15 23:53:23 +03:00
b2e9f43a05
* mu-store: use strncpy instead of strcpy
2011-07-15 08:42:00 +03:00
2b55256712
* mu-str.c: add some dummy bytes, so -Wstack-protector does not complain
2011-07-15 08:41:04 +03:00