1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-30 08:01:07 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
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
0be852b288 * improve support for non-latin languages (cyrillic etc.) (WIP)
- change the various escaping / normalization functions to better deal with
    non-ascii, non-latin languages, such as Russian.

    It seems. now we can match 'Тесла' or 'Аркона' without problem.

  - added unit test.

  - WIP -- needs more testing.
2012-04-16 01:10:46 +03:00
djcb
526cc75c7c * mu-store-write.cc: small updates for api changes, cleanups 2012-04-13 22:04:06 +03:00
djcb
1a908b91d6 * include the reply_to address in the list of contact informations:
- mu-msg: add it to the list for for_each
   - mu_msg-sexp: export is as a list in (file-based) msg sexps
   - store-write: for now, don't include it in the database
2012-04-11 01:15:26 +03:00
djcb
62d455ad7e * cosmetic 2012-03-31 17:20:28 +03:00
djcb
0d08ff903d * update code for new mu_msg_part_for_each API 2012-02-13 22:36:22 +02:00
djcb
288f987b2f * features: mark messages as read/unread 2012-02-09 21:10:33 +02:00
djcb
29bec71895 * mu-store-write.cc: index data *before* xapian-escaping it 2012-01-21 11:12:13 +02:00
djcb
b4680817d8 * add support for mime:, file: and embed: searches 2011-12-01 21:23:13 +02:00
djcb
cc6738c195 * add indexing/searching for text-based mime parts 2011-11-24 00:11:45 +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
92e543c803 * fix unit tests (i.e.. fix re-indexing messages bug) 2011-10-24 00:20:05 +03:00
Dirk-Jan C. Binnema
c16496817d * mu-store: minor changes 2011-10-10 08:37:37 +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
a984a70543 * mu-store-(read|write).cc: cleanups 2011-09-18 14:42:10 +03:00
Dirk-Jan C. Binnema
c35923b467 * mu-store-write.cc: cleaunp 2011-09-12 20:51:01 +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
6a13866235 * mu-store: many cleanups, fixes 2011-08-30 22:02:28 +03:00
Dirk-Jan C. Binnema
ce97c491eb * mu-store refactoring 2011-08-29 23:35:12 +03:00