1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00
Commit Graph

235 Commits

Author SHA1 Message Date
djcb
9367f1ac6d * support '.noupdate' -- similar to '.noindex', maildirs containing
'.noupdate' will be ignored; however, they will _not_ be ignored when doing
  a full update (--rebuild)
2012-05-22 10:19:49 +03:00
djcb
47e7720464 * support getting all image attachments as temp files (change in mu-msg-sexp
api)
2012-05-16 20:45:31 +03:00
djcb
5dbc2fbcd7 * mu-extract.1: fix typo 2012-05-12 17:11:23 +03:00
djcb
58dc869017 * fix: shortcut for signed is 'z', not 's'; add some unit tests as well 2012-05-11 18:39:00 +03:00
djcb
858c874fbd * some manpage fixes 2012-05-04 17:14:52 +03:00
djcb
422516a77c * mu-server.1: update manpage for the mu client/server protocol changes 2012-04-29 17:37:27 +03:00
djcb
5013f4c23d * add --summary-len option for mu find and mu view, and document it 2012-04-28 12:56:57 +03:00
djcb
7a04f14963 * update mu4e-server manpage for the protocol updates 2012-04-15 14:51:55 +03:00
djcb
c2e3eac1de * don't save drafts immediately, and do the post-sending stuff not in hooks,
but rather by a special 'sent-' message handler
2012-03-27 21:15:47 +03:00
djcb
67261b614d * implement the :erase message from the backend to properly clean up the
header buffer

  When we're doing a search while the results of a previous search are still
  coming in from the backend, this way we can tell the frontend that this is
  the right time to clear the buffer (previously, sometimes the results would
  be mixed).
2012-03-25 13:25:55 +03:00
djcb
4a4a757946 * typo fix in manpage (thanks to chandan) 2012-03-18 19:06:45 +02:00
djcb
8955b360d7 * remove traces of the 'cleanup' command 2012-02-18 17:11:32 +02:00
djcb
7e9879ccc6 * update test, docs for mu extract 2012-02-13 22:36:43 +02:00
djcb
b31b066b97 * update docs 2012-01-31 20:56:23 +02:00
djcb
688d571715 * don't insist on using xdg-open; use "open" on MacOS or what MU_PLAY_PROGRAM sets 2012-01-23 00:11:23 +02:00
djcb
b563128a4f * make colorized output the default
- turn of with --nocolor, or by setting MU_NOCOLOR to non-empty
2012-01-21 12:12:41 +02:00
djcb
6e3e425c66 * when forwarding, include attachments from original 2012-01-14 12:55:50 +02:00
djcb
4dbb05f33c * add support for org-mode links to messages/queries
- org-mu4e.el: add "mu4e:"-link type and handlers to org-mode
  - Makefile.am: add org-mu4e.el to package
  - mu4e-hdrs.el: register handler functions for server data *outside* header
    mode, so they can be used independently (and we can link to messages even
    when mu4e is not active already)
  - mu4e-view.el, mu-server.1, mu-proc.el, mu-cmd-server.c: support viewing
    messages by msgid (rather than only by docid); document it
2012-01-06 12:31:28 +02:00
djcb
a2aed887ba * mu-cmd-server/mu-server.1: cleanup 'mkdir', add documentation 2011-12-28 10:01:28 +01:00
djcb
858552afba * mu-server.1: document the mu server command / control language 2011-12-27 12:16:34 +01:00
djcb
97d2e0e2cc * beginnings of mu-server documentations (WIP) 2011-12-07 08:51:22 +02:00
djcb
c93700a568 * update documentation 2011-12-01 21:30:02 +02:00
djcb
ab0a1f4b82 * doc updates 2011-11-24 00:15:01 +02:00
djcb
38bd3e5fce * update date in mu-add, mu-remove manpages 2011-11-13 12:44:38 +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
fee3096d54 * remove the 'rm' command 2011-10-25 08:42:21 +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
bb0480b29c * remove the cleanup command 2011-09-03 10:41:41 +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
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
675b89708f * restore flag:unread and some optimization 2011-08-13 10:40:31 +03:00
Dirk-Jan C. Binnema
8302fb23bb * update docs 2011-08-13 02:35:05 +03:00
Dirk-Jan C. Binnema
550a265a1b * update man page 2011-08-11 08:23:16 +03:00
Dirk-Jan C. Binnema
f7c2ee5f49 * docu fixes 2011-08-08 21:57:48 +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
757c533be7 * update docs, www 2011-08-03 23:04:38 +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
47073006d2 * added the mu mv command for moving, removing messages (WIP) 2011-08-01 22:42:23 +03:00
Dirk-Jan C. Binnema
10af5aa4e8 * NEWS, mu-find.1, muile/README: update docs 2011-07-22 21:10:54 +03:00
Dirk-Jan C. Binnema
76b946e653 * update man page 2011-07-10 14:19:45 +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
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
a615b208b6 * update threading documentation 2011-06-24 12:08:25 +03:00
Dirk-Jan C. Binnema
1891e68936 * mu-find.1: document -t/--threads for thread display 2011-06-24 00:20:24 +03:00
Dirk-Jan C. Binnema
940644fccc * mention tags, x in mu-find.1 manpage 2011-06-16 08:13:53 +03:00
Dirk-Jan C. Binnema
57ebeda135 * add optional separator (\f, form-feed) between multiple messages in 'mu
view' when using --separate (fixes issue #41)
2011-06-14 00:08:13 +03:00
Dirk-Jan C. Binnema
a35f67715a * man/...: document where we encode the output to the current locale (and the
couple of places where we don't)
2011-06-02 11:09:50 +03:00
Dirk-Jan C. Binnema
c81f13cbdd * mu.1: document that mu output is always in UTF8-format 2011-05-29 14:05:28 +03:00
Dirk-Jan C. Binnema
39ad685e1d * update documentation 2011-05-26 23:39:54 +03:00
Dirk-Jan C. Binnema
1e356ed313 * update documentation 2011-05-25 22:04:13 +03:00
Dirk-Jan C. Binnema
620c19f286 * document the recent changes 2011-05-24 22:42:20 +03:00
Dirk-Jan C. Binnema
48d52daf0b * extract based on filename regexp and document it 2011-05-22 13:42:19 +03:00
Dirk-Jan C. Binnema
f7a39155c8 * completely remove '--xquery', re-indent mu-config.c 2011-05-22 10:40:12 +03:00
Dirk-Jan C. Binnema
18f49e1d61 * mu-easy.1, mu-find.1: update documentation for the attach/a search 2011-05-21 16:09:17 +03:00
Dirk-Jan C. Binnema
59a8b656ea * mu-extract.1: document saving mime-parts by filename 2011-05-21 14:12:33 +03:00
Dirk-Jan C. Binnema
5754aeb21a * update documentation for wildcard searches 2011-05-20 21:31:46 +03:00
Dirk-Jan C. Binnema
c07b8e4529 * <many> add support for displaying, searching the Bcc: field 2011-05-01 18:31:00 +03:00
Dirk-Jan C. Binnema
e33f927542 * add support for message-references:
- mu_msg_get_references and mu_msg_get_references_str get the list of
    refences ("References:" and "In-reply-to:") as a GList,
    resp. comma-separated list
  - stored in database as a value, can be shown in mu find output using 'r'
    (db needs rebuild)
  - document in mu-find manpage
2011-04-30 13:50:56 +03:00
Dirk-Jan C. Binnema
be687f8722 * update mu-find man page with the new information about Wanderlust integration 2011-04-12 22:43:21 +03:00
Dirk-Jan C. Binnema
983321609f * updates to the man pages 2011-04-05 07:34:22 +03:00
Dirk-Jan C. Binnema
b27a9f47c4 * add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen'
- update documentation
  - update test cases
  - some cleanups in the C++-code
  - bump the database version, to trigger the --rebuild warning
2011-03-31 23:08:26 +03:00
Dirk-Jan C. Binnema
f8fd420215 * add support for using mu cfind as an external address book for 'mutt' + document 2011-03-06 12:40:08 +02:00
Dirk-Jan C. Binnema
afbaedd942 * update mu-cfind documention, fix typo in mu-find manpage 2011-03-05 09:42:35 +02:00
Dirk-Jan C. Binnema
86971d53d8 * WIP: basic 'mu cfind' command + start of man page 2011-03-05 00:59:35 +02:00
Dirk-Jan C. Binnema
17116a0333 * updated docs/WWW 2011-02-02 00:13:51 +02:00
Dirk-Jan C. Binnema
2473c9599c * cosmetics 2011-01-31 09:15:55 +02:00
Dirk-Jan C. Binnema
4d43994722 * update docs 2011-01-16 13:55:00 +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
920f714859 * manpage updates 2011-01-12 23:14:51 +02:00
Dirk-Jan C. Binnema
623ec34ab8 * improvements in attachment / mime-part handling:
- add mu_util_play for 'playing' (opening) attachments; depends on xdg-open
  - stricter check for mu extract cmdline params
  - don't allow overwriting unless --overwrite was specified
  - mu extract now has a --play option to 'play' (open) attachments
  - added unit test to verify --overwrite
  - some cleanups in attachment/mime-part handling
2011-01-09 14:55:25 +02:00
Dirk-Jan C. Binnema
c5b3059442 * add searching for message size ranges 2011-01-06 16:21:09 +02:00
Dirk-Jan C. Binnema
6539ae4bd7 * initial plumbing and some documentation for xml/json/sexp output through
--format= parameter.

  also, add --format=links, --format=xquery
2011-01-05 20:35:50 +02:00
Dirk-Jan C. Binnema
169196498e * <many>: add option to change the batch size for xapian transactions 2011-01-02 18:05:43 +02:00
Dirk-Jan C. Binnema
bc039e22d6 * manpages updated 2010-11-30 22:11:40 +02:00
Dirk-Jan C. Binnema
82db172e40 * update man pages 2010-11-30 08:31:59 +02:00
Dirk-Jan C. Binnema
ec8bd8445f * update NEWS, TODO and manpages 2010-11-29 21:32:15 +02:00
Dirk-Jan C. Binnema
9f43230160 * mu-index.1: updated manpage with some recent performance numbers 2010-11-28 13:40:36 +02:00
Dirk-Jan C. Binnema
2fabf5b564 * manpages: update 2010-11-27 00:11:08 +02:00
Dirk-Jan C. Binnema
b547917e8b * mu-easy.1: add some more examples of searches 2010-11-26 08:25:42 +02:00
Dirk-Jan C. Binnema
e4bac48343 * mu-find.1: update the manpage 2010-11-25 23:14:20 +02:00
Dirk-Jan C. Binnema
864041a64a * mu-find.1: describe the new date range notation 2010-11-25 22:06:27 +02:00
Dirk-Jan C. Binnema
54cabf2b39 * updated manpages 2010-11-22 21:45:08 +02:00
Dirk-Jan C. Binnema
08149dc97f * update mu-easy.1 with an example of a date-range search 2010-11-21 18:43:03 +02:00
Dirk-Jan C. Binnema
e0cada86d6 * add date-range searches using date:/d: 2010-11-21 18:12:01 +02:00
Dirk-Jan C. Binnema
42205aba2b * update TODO, documentation (manpages) 2010-11-21 15:44:55 +02:00
Dirk-Jan C. Binnema
7e96b1b483 * mu-find.1: updated / more precisely describe matching 2010-11-20 14:40:23 +02:00
Dirk-Jan C. Binnema
10d2cdd5da * man: add documentation for bookmarks 2010-11-13 17:29:20 +02:00
Dirk-Jan C. Binnema
efa6abb217 * man/Makefile.am: add mug.1 to the build 2010-11-12 21:01:22 +02:00
Dirk-Jan C. Binnema
04c4432067 * update mu-find, mu-index manpages 2010-11-12 21:00:03 +02:00
Dirk-Jan C. Binnema
367b97095a * mug.1: add simple manpage 2010-11-12 20:59:46 +02:00
Dirk-Jan C. Binnema
dddd13a66b * mu-find.1: small fix 2010-11-09 00:25:59 +02:00
Dirk-Jan C. Binnema
3082e14fd3 * mu-easy.1: update with mention of '.noindex' 2010-11-08 08:29:39 +02:00
Dirk-Jan C. Binnema
8146cdb8b1 * many: documentation updates 2010-10-26 00:25:14 +03:00
Dirk-Jan C. Binnema
f57a11828d * update documentation for extract 2010-10-23 12:04:14 +03:00
Dirk-Jan C. Binnema
71e53cf400 * update mu-easy manpage 2010-10-09 15:12:12 +03:00
Dirk-Jan C. Binnema
12e6cd171a * mu-easy.1: man page with easy examples (WIP) 2010-09-26 17:33:22 +03:00
Dirk-Jan C. Binnema
fb1651e184 * <many> fix small conversion errors (-Wconversion) 2010-09-26 17:29:54 +03:00
Dirk-Jan C. Binnema
f4b0ad7a5d * mu.1: cosmetic 2010-09-23 00:04:37 +03:00
Dirk-Jan C. Binnema
200eabdca9 * document new mu.1 command line options 2010-09-09 00:13:54 +03:00
Dirk-Jan C. Binnema
283f3036a6 * update man pages 2010-09-05 21:20:46 +03:00
Dirk-Jan C. Binnema
364620170c * update mu-extract man page a bit 2010-09-01 23:35:03 +03:00
Dirk-Jan C. Binnema
01ff6d4fc1 * remove some of the lesser-used single-char versions of command line args 2010-08-27 08:26:41 +03:00
Dirk-Jan C. Binnema
2980737853 * add start of mu-extract manpage 2010-08-24 21:09:43 +03:00
Dirk-Jan C. Binnema
1b75323e1c * many: small cosmetic / documentation updates 2010-08-23 08:23:58 +03:00
djcb
c576756f23 * add --summary-len option for mu view, and document it. 2010-08-15 20:43:58 +03:00
djcb
6a275521f1 * split the manpages, add documentation for --summary-len 2010-08-15 20:29:15 +03:00
Dirk-Jan C. Binnema
fed8d20503 * mu.1: some spelling fixes from Philipp Weis 2010-04-24 10:53:24 +03:00
Dirk-Jan C. Binnema
2f7533d57b * mu.1: update the dcoumentation on the maildir: parameter 2010-02-15 20:37:17 +02:00
Dirk-Jan C. Binnema
dda9de5573 * mu.1: updated man page 2010-02-11 20:18:50 +02:00
Dirk-Jan C. Binnema
5414c396af * mu-msg-fields,mu.1: update some field codes, documentation 2010-02-09 22:10:58 +02:00
Dirk-Jan C. Binnema
06ef26c896 * mu.1: document maildir support 2010-02-08 21:24:36 +02:00
Dirk-Jan C. Binnema
8448473732 * enforce that maildir paths are absolute 2010-02-04 23:00:34 +02:00
Dirk-Jan C. Binnema
9206894e02 * implement 'mu view' 2010-02-04 22:44:05 +02:00
Dirk-Jan C. Binnema
a2d1692dda * implement automatic log file cleanup, document it 2010-02-03 21:01:08 +02:00
Dirk-Jan C. Binnema
ee355138e9 * mu.1: mention that queries are logged 2010-02-02 21:49:59 +02:00
Dirk-Jan C. Binnema
afcd800a2e * set up (unit) test framework using gtester 2010-01-25 10:24:33 +02:00
Dirk-Jan C. Binnema
fb7e358912 * implement signal handler for mu index, and document it 2010-01-25 09:28:08 +02:00
Dirk-Jan C. Binnema
c7f8977fab * man/mu.1: add the help, cleanup command descriptions 2010-01-24 13:16:16 +02:00
Dirk-Jan C. Binnema
710efab33b * remove the 10000 matches limitation 2010-01-24 00:52:39 +02:00
Dirk-Jan C. Binnema
a4720547de * use -n for --nocleanup 2010-01-23 22:02:26 +02:00
Dirk-Jan C. Binnema
a4bdb311ec * introduce --empty and --autoupgrade, and document them 2010-01-23 21:57:57 +02:00
Dirk-Jan C. Binnema
1c7dcbfa4a * mu.1: added note on performance, other improvements 2010-01-23 13:36:23 +02:00
Dirk-Jan C. Binnema
3a2fc9b7f6 * mu-msg-fields.c, mu.1: index the msg-id as well and document it 2010-01-22 19:16:47 +02:00
Dirk-Jan C. Binnema
b0f6913ef3 * mu.1: updated scripts 2010-01-21 18:29:44 +02:00
Dirk-Jan C. Binnema
6ae529f675 * mu.1: improvements, cleanups 2010-01-17 15:12:57 +02:00
Dirk-Jan C. Binnema
5e78c9aebb * mu.1: improve man page 2010-01-17 14:03:15 +02:00
Dirk-Jan C. Binnema
90c9b61d37 * update configuration files 2010-01-16 15:27:41 +02:00
Dirk-Jan C. Binnema
ec2c26ed50 * mu.1: update man page 2010-01-16 15:26:28 +02:00
Dirk-Jan C. Binnema
e9236bf0f8 * update the manpage (still WIP) 2010-01-08 20:56:50 +02:00
Dirk-Jan C. Binnema
c84e9935ec * update copyright info; add cc10 cyclomatic complexity check 2010-01-07 21:52:10 +02:00
Dirk-Jan C. Binnema
158cd5f1b9 * updated man page (still WIP) 2010-01-06 21:40:46 +02:00
Dirk-Jan C. Binnema
7f5eaf148a * mu.1: some small man improvement (still very much WIP) 2010-01-04 20:21:33 +02:00
Dirk-Jan C. Binnema
2184e1e83f * manpage: small update, still WIP 2010-01-03 23:49:25 +02:00
Dirk-Jan C. Binnema
59b082dd28 * man/: starting of manpage (WIP) 2010-01-01 20:45:33 +02:00