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

1176 Commits

Author SHA1 Message Date
djcb
c9f72ba3c7 * fix searching for strings with spaces (e.g. maildir:"sent items") 2011-11-24 00:12:29 +02:00
djcb
cc6738c195 * add indexing/searching for text-based mime parts 2011-11-24 00:11:45 +02:00
djcb
5ac9693681 * mu-msg-fields.[ch]: add fields for searching text attachments (attach:), and
MIME content types (mime:); searching for attachment file names now goes
  with file:.
2011-11-24 00:10:37 +02:00
djcb
9c7d990422 * mu-config.c: expand --maildir arguments 2011-11-20 01:26:32 +02:00
djcb
7efb577279 * improve thread information, allow for better display in mm 2011-11-20 01:20:38 +02:00
djcb
dc7b713c48 * mu extract: display size of mime parts
(updates in mu-cmd-extract.c, mu-msg-part.[ch])
2011-11-18 12:20:42 +02:00
djcb
ff4ca20a6f * cosmetics 2011-11-13 12:49:24 +02:00
djcb
9e2b8a69aa * mu-msg-file.c: attachment handling cleanup + fix for content-disposition in UPPERCASE 2011-11-13 12:48:40 +02:00
djcb
c6685a9d8c * mu-str.c: minor cleanup 2011-11-13 12:47:28 +02:00
djcb
1f0517429b * add test cases for RFC822 attachments, maildirs with spaces in name (do not
pass...)
2011-11-13 12:46:55 +02:00
djcb
d93186e0e3 * <many> add support for searching attachment mime-types
- updated manpages
  - some cleanups

  Note, requires a --rebuild
2011-11-11 09:13:35 +02:00
djcb
39c126b51b * don't send dummy data anymore -- no longer needed 2011-10-26 21:59:53 +03:00
djcb
e60c39e47f * mu-log.c: fix truncation problem 2011-10-26 21:59:21 +03:00
djcb
e28d2d3e3b * add '(:found <n>)' 2011-10-25 08:42:57 +03:00
djcb
fee3096d54 * remove the 'rm' command 2011-10-25 08:42:21 +03:00
djcb
92e543c803 * fix unit tests (i.e.. fix re-indexing messages bug) 2011-10-24 00:20:05 +03:00
djcb
2010df4dad * mu-cmd-server.c: add ugly work-around to ensure emacs interprets messages at once 2011-10-18 10:40:41 +01:00
Dirk-Jan C. Binnema
0eac659575 * mu-msg-fields: escape folder names 2011-10-10 08:38:05 +03:00
Dirk-Jan C. Binnema
c16496817d * mu-store: minor changes 2011-10-10 08:37:37 +03:00
Dirk-Jan C. Binnema
41a8ae3124 * fix threading in the presence of duplicate messages 2011-10-10 08:36:34 +03:00
Dirk-Jan C. Binnema
7e5df3c090 * mu-cmd-server.c: add signal handling 2011-10-10 08:36:01 +03:00
Dirk-Jan C. Binnema
1385969d22 * mu-cmd-server.c: use unbuffered writing for output 2011-10-03 09:13:24 +03:00
Dirk-Jan C. Binnema
c7993b7a3b * mu-msg-sexp.c: cosmetic 2011-10-02 21:34:50 +03:00
Dirk-Jan C. Binnema
a4646b29f1 * mu-cmd-server.c: improve error handling, support flagging message by message-id 2011-10-02 21:34:27 +03:00
Dirk-Jan C. Binnema
658b34d5b4 * mu-str: mu_str_xapian_ascii_escape_in_place: escape "/" as well 2011-09-30 08:37:34 +03:00
Dirk-Jan C. Binnema
74a9a5df23 * mu-cmd-query: use the new threading/revert support 2011-09-30 08:36:37 +03:00
Dirk-Jan C. Binnema
c9c316efdc * mu-cmd-server: cleanups, add support for editing existing messages 2011-09-30 08:36:00 +03:00
Dirk-Jan C. Binnema
a936a4dab5 * mu-msg-iter: support reverse sorting 2011-09-30 08:34:49 +03:00
Dirk-Jan C. Binnema
ef88afc0a7 * mu-msg-fields.c: store TERM for maildir field as well; add some more comments 2011-09-30 08:34:15 +03:00
Dirk-Jan C. Binnema
c8f869e041 * threader/container: support reverse sorting for threaded output, some cleanups 2011-09-30 08:30:24 +03:00
Dirk-Jan C. Binnema
406aeb6e29 * mu-cmd-server.c: by default, sort by date in reverse order 2011-09-22 21:01:18 +03:00
Dirk-Jan C. Binnema
e2fc573d42 * src/, man/, NEWS: rename --descending into --reverse 2011-09-22 21:00:52 +03:00
Dirk-Jan C. Binnema
5866220781 * mu-cmd-server.c: don't give double error notifications 2011-09-20 23:59:07 +03:00
Dirk-Jan C. Binnema
689d94df62 * mu-msg: clearup error handling in mu_msg_move_to_maildir 2011-09-20 00:22:54 +03:00
Dirk-Jan C. Binnema
c130ad6a57 * mu_store_add_path now takes a maildir arg 2011-09-20 00:22:21 +03:00
Dirk-Jan C. Binnema
d1e843cf29 * mu-cmd.c: cosmetic 2011-09-20 00:22:03 +03:00
Dirk-Jan C. Binnema
4105f15ca0 * mu-cmd-server, m-msg-part.c: add support opening, extracting attachments 2011-09-20 00:21:37 +03:00
Dirk-Jan C. Binnema
b25e5be7a9 * mu-cmd-server: add 'add' command 2011-09-18 23:58:10 +03:00
Dirk-Jan C. Binnema
553b88620e * fix make check, make cc10 and make line33 2011-09-18 21:29:28 +03:00
Dirk-Jan C. Binnema
a009308de9 * mu-cmd-server: add 'index', 'compose' commands; many internal improvements 2011-09-18 14:46:02 +03:00
Dirk-Jan C. Binnema
c42821646f * mu-index: don't require a non-NULL callback for mu_index_cleanup 2011-09-18 14:44:59 +03:00
Dirk-Jan C. Binnema
868a863c0a * mu-msg-fields: indentation/ 2011-09-18 14:44:19 +03:00
Dirk-Jan C. Binnema
e6b4b99677 * mu-msg-sexp: don't add 'eox' anymore; let mu-cmd-server do that 2011-09-18 14:43:33 +03:00
Dirk-Jan C. Binnema
7486e024bf * mu-msg.[ch]: improve message moving (update path, flags, maildir) 2011-09-18 14:42:55 +03:00
Dirk-Jan C. Binnema
a984a70543 * mu-store-(read|write).cc: cleanups 2011-09-18 14:42:10 +03:00
Dirk-Jan C. Binnema
2b41379183 * mu-store.[cc,h]: cleanup API, implementation 2011-09-18 14:40:51 +03:00
Dirk-Jan C. Binnema
a197e584a5 * test-mu-store: updated test cases for API changes 2011-09-18 14:40:14 +03:00
Dirk-Jan C. Binnema
c35923b467 * mu-store-write.cc: cleaunp 2011-09-12 20:51:01 +03:00
Dirk-Jan C. Binnema
1f4e55865c * mu-store-read.cc: add mu_store_get_msg 2011-09-12 20:50:11 +03:00
Dirk-Jan C. Binnema
a6066c6ca9 * mu-query.h: cosmetic 2011-09-12 20:49:01 +03:00
Dirk-Jan C. Binnema
eecd21cc5b * mu-query: improve error handling 2011-09-12 20:48:30 +03:00
Dirk-Jan C. Binnema
1fe1b144ef * test-mu-store.c: update for API change 2011-09-12 20:47:41 +03:00
Dirk-Jan C. Binnema
9f6b3b4035 * mu-msg-sexp: expand, more clearly separate 'full' and 'header' messages 2011-09-12 20:43:48 +03:00
Dirk-Jan C. Binnema
9fb2289252 * mu-msg.[ch]: update the flags as well after a message-move 2011-09-12 20:42:53 +03:00
Dirk-Jan C. Binnema
373db2828a * mu-msg-field: cosmetic 2011-09-12 20:42:30 +03:00
Dirk-Jan C. Binnema
939dd1d064 * mu-cmd-server: implement most (all?) needed commands 2011-09-12 20:41:29 +03:00
Dirk-Jan C. Binnema
628d154a2c * minor / cosmetic changes 2011-09-12 20:38:40 +03:00
Dirk-Jan C. Binnema
1a7414dd6d * mu-cmd-*: minor, updates for API changes 2011-09-12 20:34:48 +03: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
1a2614ec98 * updated test cases; in particular, use g_test_verbose 2011-09-03 10:51:00 +03:00
Dirk-Jan C. Binnema
8fff492414 * mu-util: add some new exception handler macros 2011-09-03 10:50:15 +03:00
Dirk-Jan C. Binnema
53c2c91d3a * mu-query.cc: some cleanups, cosmetics 2011-09-03 10:49:51 +03:00
Dirk-Jan C. Binnema
8d52c8b5a1 * mu.cc: give user some advise if an error occured 2011-09-03 10:49:19 +03:00
Dirk-Jan C. Binnema
8ab3ff1fec * mu-msg-doc.cc, mu-msg-iter.cc, mu-msg.h: cosmetics 2011-09-03 10:48:36 +03:00
Dirk-Jan C. Binnema
9cb879ab64 * mu-log.c: cosmetics 2011-09-03 10:46:17 +03:00
Dirk-Jan C. Binnema
520307a2b1 * mu-index: update for the store changes 2011-09-03 10:45:54 +03:00
Dirk-Jan C. Binnema
bd1ae1a124 * mu-store*: use GError, stability fixes + cleanups 2011-09-03 10:45:14 +03:00
Dirk-Jan C. Binnema
0ad110d241 * mu-cmd.c: use GError + cleanups 2011-09-03 10:44:36 +03:00
Dirk-Jan C. Binnema
59472fdce6 * mu-cmd-extract: use GError for error reporting 2011-09-03 10:43:52 +03:00
Dirk-Jan C. Binnema
1b19938b5f * mu-cmd-find, mu-cmd-cfind, mu-cmd-index: use GError for error reporting 2011-09-03 10:43:08 +03:00
Dirk-Jan C. Binnema
4ce44f6973 * add 'mu server', which starts a process that accepts some commands
specifically designed for communication with emacs
2011-09-03 10:41:24 +03:00
Dirk-Jan C. Binnema
fec0092312 * mu.cc: use mu_cmd_execute 2011-08-30 22:03:17 +03:00
Dirk-Jan C. Binnema
846d2da27f * mu-threader, mu-util: cleanups 2011-08-30 22:02:49 +03:00
Dirk-Jan C. Binnema
6a13866235 * mu-store: many cleanups, fixes 2011-08-30 22:02:28 +03:00
Dirk-Jan C. Binnema
5e9ea1fa23 * mu-query*: take a store rather than a path as argument 2011-08-30 22:02:08 +03:00
Dirk-Jan C. Binnema
28377a6137 * mu-msg-iter.*: cleanups, some renaming 2011-08-30 22:01:30 +03:00
Dirk-Jan C. Binnema
c1d0ccc8de * mu-index: take a MuStore rather than paths as arg 2011-08-30 22:00:52 +03:00
Dirk-Jan C. Binnema
1c4016b1ba * mu-contacts: add mu_contacts_clear, whitespace fixes 2011-08-30 22:00:00 +03:00
Dirk-Jan C. Binnema
c9d4111915 * update test cases for other changes 2011-08-30 21:59:05 +03:00
Dirk-Jan C. Binnema
c7d7965f0d * mu-config: move command handling to mu-cmd 2011-08-30 21:58:35 +03:00
Dirk-Jan C. Binnema
0861319091 * mu-cmd*: cleanup command handling 2011-08-30 21:57:59 +03:00
Dirk-Jan C. Binnema
a9ca0f207a * Makefile.am: add new files, remove 2011-08-29 23:41:13 +03:00
Dirk-Jan C. Binnema
978c94a2ba * mu-util: forward-port the MacOS/g_slice workaround 2011-08-29 23:40:34 +03:00
Dirk-Jan C. Binnema
ff7a40b3d9 * update test cases for other changes 2011-08-29 23:39:11 +03:00
Dirk-Jan C. Binnema
fbc786f2fc * minor changes, trailing whitespace fixes 2011-08-29 23:38:55 +03:00
Dirk-Jan C. Binnema
93ec32dcbf * mu-config.[ch]: support the new mu-server command 2011-08-29 23:36:36 +03:00
Dirk-Jan C. Binnema
e95908cd93 * add mu-server (previous commit) functions for parsing commands 2011-08-29 23:36:10 +03:00
Dirk-Jan C. Binnema
ce97c491eb * mu-store refactoring 2011-08-29 23:35:12 +03:00
Dirk-Jan C. Binnema
26d9bc904d * mu-cmd / mu-cmd-find: get thread info for s-exps output too 2011-08-20 11:58:16 +03:00
Dirk-Jan C. Binnema
7c4d3c6539 * mu-msg-sexp: get the thread info too 2011-08-20 11:57:13 +03:00
Dirk-Jan C. Binnema
56c6863c09 * mu-msg / mu-msg-file: move gmime init to mu_msg
we need gmime even for the MuMsgDoc backend, as there we are using gmime for
  parsing address lists. using the function without 'init' caused crashes...
2011-08-20 11:55:27 +03:00
Dirk-Jan C. Binnema
a84d72e7cf * mu-msg: update for other changes 2011-08-16 23:43:57 +03:00
Dirk-Jan C. Binnema
14aa3c132b * add mu-flags unit tests 2011-08-16 23:43:36 +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
7238e8fbe5 Merge branch 'master' into emu 2011-08-16 07:32:32 +03:00
Dirk-Jan C. Binnema
05532894a6 * mu-store, mu-msg-file: improve flagging 2011-08-16 00:45:42 +03:00
Dirk-Jan C. Binnema
ade551deb9 * mu-maildir, mu-util: error when source, target of move are the same 2011-08-16 00:08:35 +03:00
Dirk-Jan C. Binnema
dc9f120b55 * fix 'make distcheck' -- make thread test work regardless of indexing-order of files 2011-08-16 00:02:32 +03:00
Dirk-Jan C. Binnema
c2507b33cc * mu-store.cc: optimize flag storing by pre-calculating the strings 2011-08-13 12:04:10 +03:00
Dirk-Jan C. Binnema
675b89708f * restore flag:unread and some optimization 2011-08-13 10:40:31 +03:00
Dirk-Jan C. Binnema
53b5dfa2bc * update maildir unit tests 2011-08-13 02:25:03 +03:00
Dirk-Jan C. Binnema
b0de0fdfea * fix mu-msg-sexp.c for make line33 2011-08-13 02:24:42 +03:00
Dirk-Jan C. Binnema
49353e9685 * mu-cmd.c: support target-less moving (i.e.. flag setting) 2011-08-13 02:00:35 +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
2bdfb1159d * mu-flags.[ch]: small updates 2011-08-13 01:59:02 +03:00
Dirk-Jan C. Binnema
a571a3f877 * MuMsgFlags => MuFlags 2011-08-11 22:44:23 +03:00
Dirk-Jan C. Binnema
49bcb3707a * test-mu-maildir.c: add some test cases 2011-08-11 20:21:01 +03:00
Dirk-Jan C. Binnema
e55eb4ed25 * MuResult/MuExitCode => MuError 2011-08-11 20:20:22 +03:00
Dirk-Jan C. Binnema
925f6032b3 * mu-maildir.c: allow for names without !/: 2011-08-11 08:23:03 +03:00
Dirk-Jan C. Binnema
b1d0de2cab * minor 2011-08-11 08:22:24 +03:00
Dirk-Jan C. Binnema
8f7ef5d748 * mu-msg-sexp.c: fix each_contact for cc10, line33 checks 2011-08-11 08:21:41 +03:00
Dirk-Jan C. Binnema
93753f56ba * test-mu-store.c: fix test case (gboolean vs MuExitCode) 2011-08-10 23:58:36 +03:00
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
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
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
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
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
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
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
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
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
47073006d2 * added the mu mv command for moving, removing messages (WIP) 2011-08-01 22:42:23 +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
50fad7dc39 * cosmetics 2011-07-26 08:43:33 +03:00
Dirk-Jan C. Binnema
9dad2d6175 * mu-cmd-find: improve --format=sexp output 2011-07-26 08:42:50 +03:00
Dirk-Jan C. Binnema
a2a491d7aa * cosmetics 2011-07-25 08:22:58 +03:00
Dirk-Jan C. Binnema
618d7d5eb6 * mu-msg: add mu_msg_move_to_maildir, to move a message to different maildir 2011-07-25 08:19:58 +03:00
Dirk-Jan C. Binnema
7fef745d17 * update for new mu_runtime init stuff 2011-07-23 17:58:40 +03:00
Dirk-Jan C. Binnema
6af9b47405 * support different log files for different front ends (mu, mug, procmule etc.) 2011-07-23 17:56:25 +03:00
Dirk-Jan C. Binnema
6090bf8ad0 * cosmetic 2011-07-22 21:11:50 +03:00
Dirk-Jan C. Binnema
8bc7001cc7 * test-mu-date: added some unit tests 2011-07-21 21:58:56 +03:00
Dirk-Jan C. Binnema
37aaa18d6b * cosmetics 2011-07-21 21:58:27 +03:00
Dirk-Jan C. Binnema
62616a2a2c * tests: don't assume the whole lives in Helsinki, Finland 2011-07-21 08:20:10 +03:00
Dirk-Jan C. Binnema
f0833ca315 * some more timezone fixes for the unit tests 2011-07-21 00:58:40 +03:00
Dirk-Jan C. Binnema
e390743195 * updates for new APIs (mu-date.h) 2011-07-21 00:39:00 +03:00
Dirk-Jan C. Binnema
3c3f008c33 * mu-store: cleanup storing dates 2011-07-21 00:38:28 +03:00
Dirk-Jan C. Binnema
70e13d7e94 * mu-query: clean up date parsing, use the separate date functions in mu-date 2011-07-21 00:38:00 +03:00
Dirk-Jan C. Binnema
5bcb76e6f9 * mu-msg-file: fix line33 violation 2011-07-21 00:36:39 +03:00
Dirk-Jan C. Binnema
58227acda4 * mu-str.[ch]: remove date-related stuff (now in mu-date.[ch]) 2011-07-21 00:35:43 +03:00
Dirk-Jan C. Binnema
fe245880fa * mu-util: cosmetics 2011-07-21 00:35:14 +03:00
Dirk-Jan C. Binnema
a5b426a7a0 * mu-msg-fields: remove the silly 'pseudo field' 2011-07-21 00:33:09 +03:00
Dirk-Jan C. Binnema
ff8e055564 * mu-msg-doc: use the UTC-datestr from the database 2011-07-21 00:32:14 +03:00
Dirk-Jan C. Binnema
eb62f52e02 * mu-cmd/-cfind/-find: use the split-off date funcs 2011-07-21 00:31:17 +03:00
Dirk-Jan C. Binnema
d894621c7f * mu-date.[ch]: split off date-related funcs in separate files 2011-07-21 00:29:12 +03:00
Dirk-Jan C. Binnema
edebc8d07b * log index, cleanup separately, less confusing + cosmetic 2011-07-18 09:05:56 +03:00
Dirk-Jan C. Binnema
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
Dirk-Jan C. Binnema
6c62a066c8 * make time & size checking a bit stricter, report errors to user 2011-07-16 12:50:17 +03:00
Dirk-Jan C. Binnema
199c6c9bd9 Revert "* mu-store: use strncpy instead of strcpy"
This reverts commit b2e9f43a05.
2011-07-16 10:22:21 +03:00
Dirk-Jan C. Binnema
bdd3306dc1 Revert "* fix string storing"
This reverts commit 2156036616.
2011-07-16 10:22:00 +03:00
Dirk-Jan C. Binnema
2156036616 * fix string storing 2011-07-16 10:16:10 +03:00
Dirk-Jan C. Binnema
f2de56d4ca Merge branch 'procmule' 2011-07-15 23:53:23 +03:00
Dirk-Jan C. Binnema
b2e9f43a05 * mu-store: use strncpy instead of strcpy 2011-07-15 08:42:00 +03:00
Dirk-Jan C. Binnema
2b55256712 * mu-str.c: add some dummy bytes, so -Wstack-protector does not complain 2011-07-15 08:41:04 +03:00
Dirk-Jan C. Binnema
634fbb6cf7 * mu-msg.c: make mu_msg_contacts_foreach also work for the Xapian::Document backend 2011-07-14 22:20:40 +03:00
Dirk-Jan C. Binnema
eb8c818bdd * update NEWS/TODO 2011-07-14 08:22:56 +03:00
Dirk-Jan C. Binnema
8b0a31e2a5 Merge branch 'master' into procmule 2011-07-13 23:33:33 +03:00
Dirk-Jan C. Binnema
3bf7c4d641 * test-mu-cmd-find.c: update unit test for --format=mutt-ab changes 2011-07-13 23:28:05 +03:00
Dirk-Jan C. Binnema
f9a55ad4aa * mu-cmd-cfind.c: include a header-line for --format=mutt-ab (fixes issue #42)
(thanks!)
2011-07-13 23:10:50 +03:00
Dirk-Jan C. Binnema
63a968ccae * some more guile scripting stuff 2011-07-13 23:00:05 +03:00
Dirk-Jan C. Binnema
329a524af7 * mu-query: special-case the empty search expr to mean 'match-all' 2011-07-13 08:18:42 +03:00
Dirk-Jan C. Binnema
9e73fa863e * clean up mu-query; don't preprocess twice... 2011-07-13 08:07:52 +03:00
Dirk-Jan C. Binnema
c023e2c38c * some more work on the guile bindings; somewhat working, still WIP 2011-07-13 00:54:06 +03:00
Dirk-Jan C. Binnema
6e15e3a8e1 Merge branch 'master' into procmule 2011-07-10 20:11:35 +03:00
Dirk-Jan C. Binnema
e06f036c72 * add test mail to Makefile.am 2011-07-10 14:53:09 +03:00
Dirk-Jan C. Binnema
5441b1945f * cleanup --exec implementation 2011-07-10 14:48:45 +03:00
Dirk-Jan C. Binnema
838bb25d4e Merge branch 'master' into find-exec 2011-07-10 14:12:03 +03:00
Dirk-Jan C. Binnema
f59ca5af2d * support special characters in X-Labels 2011-07-10 14:08:16 +03:00
Dirk-Jan C. Binnema
31d568e076 * rename the --separate option into --terminate (mu view), update test cases 2011-07-10 14:07:35 +03:00
Dirk-Jan C. Binnema
de150bd9f7 * rename the --separate option into --terminator (mu view) 2011-07-07 22:59:44 +03:00
Dirk-Jan C. Binnema
adbab879a2 * mu-cmd-find.c: turn the ^L-separator into a terminator. 2011-07-07 22:18:33 +03:00
Dirk-Jan C. Binnema
a31ea71e0a * basic implementation of --exec for mu find (WIP) 2011-07-06 23:35:52 +03:00
Dirk-Jan C. Binnema
8b687e678c * update test-cases 2011-07-06 02:14:53 +03:00
Dirk-Jan C. Binnema
74409c3404 * mu-msg-file: remove leading/trailing whitespace in tags 2011-07-06 02:14:33 +03:00
Dirk-Jan C. Binnema
0ec6df6369 * use the new strip option for list->str 2011-07-06 02:14:00 +03:00
Dirk-Jan C. Binnema
86d7968bc2 * make mu_msg_to_list optionally strip leading/trailing whitespace 2011-07-06 02:12:59 +03:00
Dirk-Jan C. Binnema
ca6212944c * mu-cmd-find.c: some preparation for mu find --exec= (WIP) 2011-07-06 02:11:55 +03:00
Dirk-Jan C. Binnema
efc7ad8af4 * mu-msg-fields, mu-find.1: don't support references or tags in mu find output
for now
2011-07-06 02:10:58 +03:00
Dirk-Jan C. Binnema
88d761e6fb * beginning of mu find --exec config (WIP) 2011-07-06 02:09:46 +03:00
Dirk-Jan C. Binnema
0b7693d077 * guilify mu; first steps, and a new toy called 'muile' 2011-07-05 00:18:43 +03:00
Dirk-Jan C. Binnema
5ad2319fe1 * refactor msg-sorting a bit 2011-07-02 12:50:29 +03:00
Dirk-Jan C. Binnema
58fdfa9bc1 * let mu_str_subject_normalize work with static strings as well 2011-07-02 12:48:46 +03:00
Dirk-Jan C. Binnema
a2bc4540e0 * implement sorting of threads on arbitrary fields (WIP) 2011-07-02 11:27:08 +03:00
Dirk-Jan C. Binnema
8a4c70c669 * threading: small updates, cleanups 2011-07-01 20:52:09 +03:00
Dirk-Jan C. Binnema
8955703828 * rename mu-threader-utils => mu-container + cleanups, documentation 2011-07-01 20:51:39 +03:00