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

598 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
45c95b06f3 * move mug/ to toys/mug 2010-11-15 08:43:00 +02:00
Dirk-Jan C. Binnema
9df9c2b36f * mug-query-bar.c: fix some compiler warnings 2010-11-14 22:05:10 +02:00
Dirk-Jan C. Binnema
4f788f6cc2 * mu-msg-str.[ch], add mu_msg_str_normalize_in_place and some further optimizations 2010-11-14 22:04:16 +02:00
Dirk-Jan C. Binnema
08cea91ab9 * mug-msg-list-view.c: display message flags 2010-11-14 21:54:26 +02:00
Dirk-Jan C. Binnema
bbfe1cbd2d * mu-maildir.c: some micro-optimizations 2010-11-14 21:53:24 +02:00
Dirk-Jan C. Binnema
38b85ad161 * mu-msg-fields: store terms for message flags (so they become searchable) 2010-11-14 21:52:44 +02:00
Dirk-Jan C. Binnema
0abb5351b5 * configure.ac: add --disable-normalization option 2010-11-14 21:51:41 +02:00
Dirk-Jan C. Binnema
a8291f4462 * minor 2010-11-14 18:03:12 +02:00
Dirk-Jan C. Binnema
de77c4b5ad * mu-msg.c: improve attachment detection 2010-11-14 18:02:57 +02:00
Dirk-Jan C. Binnema
4019965d8e * mu-msg.c: update for mu_msg_field changes 2010-11-14 16:41:16 +02:00
Dirk-Jan C. Binnema
ece60f2e82 * mu-msg-flags: overhaul; cleaned up things, and should be a bit faster 2010-11-14 16:40:43 +02:00
Dirk-Jan C. Binnema
fdc67a021b * mu-query: pre-process query also when doing --xquery; makes thing more consistent 2010-11-14 16:39:21 +02:00
Dirk-Jan C. Binnema
141b7298e9 * add 'mu_runtime' for initialization, keeping global state during runtime. update many. 2010-11-14 13:55:04 +02:00
Dirk-Jan C. Binnema
10d2cdd5da * man: add documentation for bookmarks 2010-11-13 17:29:20 +02:00
Dirk-Jan C. Binnema
7e45c48a05 * add shortcuts support to mug 2010-11-13 15:18:01 +02:00
Dirk-Jan C. Binnema
3794182e05 * add basic implementation for bookmark support.
basically, add a file named ~/.mu/bookmarks which looks something like
  ----
  [mu]
  testarch=subject:test maildir:/archive
  inbox=maildir:/inbox
  ----

  now, one can do a query, e.g.

    mu find -b testarch

  which is equivalend to

    mu find subject:test maildir:/archive

 if both a bookmark and a 'normal' search expression are specified,
 the will be concatenated.

 bookmarks starting with mu_ are reserved for mu itself.
2010-11-13 14:16:38 +02:00
Dirk-Jan C. Binnema
be9157f3e9 * mu-msg-str.c: add Latin-Extended-A for normalization, update unit test 2010-11-12 22:36:13 +02:00
Dirk-Jan C. Binnema
fe68f403f8 * mu-maildir.c: update comment 2010-11-12 22:35:21 +02:00
Dirk-Jan C. Binnema
ea29fc2cbe * configure: bump version to 0.9-devel 2010-11-12 21:13:09 +02:00
Dirk-Jan C. Binnema
267738942b * mug/Makefile.am: fix make distcheck 2010-11-12 21:12:48 +02:00
Dirk-Jan C. Binnema
7fcd28cef9 * mug/mug-msg-view.c: refactoring 2010-11-12 21:05:05 +02:00
Dirk-Jan C. Binnema
6186c659f8 * NEWS: updated 2010-11-12 21:01:39 +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
61d915b172 * mug: support --muhome argument 2010-11-12 21:01:00 +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
906a7b5bf9 * TODO: updated 2010-11-12 08:57:54 +02:00
Dirk-Jan C. Binnema
f6edecfb8a * use svg icon 2010-11-12 08:57:34 +02:00
Dirk-Jan C. Binnema
88a5d0e2fa * mu_msg_str_normalize: better handle empty strings 2010-11-11 22:12:03 +02:00
Dirk-Jan C. Binnema
18ddc4655f * mug: make header display wrap too long values, and make them selectable 2010-11-11 22:08:07 +02:00
Dirk-Jan C. Binnema
f31fafeb9e * mug: display 0-date as a '-' 2010-11-11 22:07:44 +02:00
Dirk-Jan C. Binnema
e2b7d71cd4 * cosmetics 2010-11-11 22:07:08 +02:00
Dirk-Jan C. Binnema
fb30c1e2eb * mu-query.cc: now always search for normalized, lower-case values 2010-11-11 22:06:19 +02:00
Dirk-Jan C. Binnema
94bf9a68c7 * mu-store: store strings for searching now in normalized, lowercase form 2010-11-11 22:05:55 +02:00
Dirk-Jan C. Binnema
a3822ec850 * cosmetic 2010-11-11 22:05:24 +02:00
Dirk-Jan C. Binnema
3c5314e4ed * tests: updated 2010-11-11 22:05:10 +02:00
Dirk-Jan C. Binnema
be0683526f * mu-msg-str: re-implement mu_msg_str_normalize by hand to actually work, add
unit tests
2010-11-11 22:04:47 +02:00
Dirk-Jan C. Binnema
fd2df0199c * test-mu-query.c: add some more test 2010-11-09 00:26:24 +02:00
Dirk-Jan C. Binnema
dddd13a66b * mu-find.1: small fix 2010-11-09 00:25:59 +02:00
Dirk-Jan C. Binnema
f2f5678055 * try gtk+3 first, then gtk+2; mug works with both 2010-11-08 21:53:17 +02:00
Dirk-Jan C. Binnema
386e9e001a * configure.ac: cosmetics 2010-11-08 08:46:39 +02:00
Dirk-Jan C. Binnema
2861e622c9 * mu-maildir.c: cosmetics 2010-11-08 08:46:24 +02:00
Dirk-Jan C. Binnema
11b19e6476 * updated NEWS for the next version 2010-11-08 08:45: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
c267fff724 * add icon, desktop file for mug 2010-11-08 08:20:06 +02:00
Dirk-Jan C. Binnema
993f39cfc0 * update mug/TODO 2010-11-08 08:19:11 +02:00
Dirk-Jan C. Binnema
3b1f4a3f0b * mug.cc: remove the menu stub 2010-11-08 08:18:59 +02:00
Dirk-Jan C. Binnema
0777fd9bd2 * mug-msg-list-view: refactor some too-long functions 2010-11-08 08:18:42 +02:00
Dirk-Jan C. Binnema
d2618de0c1 * mug-msg-list.c: put a '-' for empty contact fields 2010-11-07 21:40:02 +02:00
Dirk-Jan C. Binnema
5b19d9c672 * mug-msg-view.c: fix scrolling behaviour 2010-11-07 21:39:26 +02:00