mu/src
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
..
tests * mu-msg-str.c: add Latin-Extended-A for normalization, update unit test 2010-11-12 22:36:13 +02:00
Makefile.am * add basic implementation for bookmark support. 2010-11-13 14:16:38 +02:00
mu-cmd-extract.c * mu-cmd-extract,test-mu-util: cleanups to pass line33/cc10 2010-10-30 15:14:14 +03:00
mu-cmd-find.c * add basic implementation for bookmark support. 2010-11-13 14:16:38 +02:00
mu-cmd-index.c * mu-cmd-index: cosmetic 2010-10-09 12:53:02 +03:00
mu-cmd-mkdir.c * add some extra error checking for the right command 2010-08-29 16:39:27 +03:00
mu-cmd-mkdir.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-cmd-view.c * make mu_msg_str_date[_s] take an strftime-like argument for the format; 2010-11-03 07:43:46 +02:00
mu-cmd-view.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-cmd.c * mu-cmd: some cosmetical updates in the output 2010-10-09 13:19:47 +03:00
mu-cmd.h * add some extra error checking for the right command 2010-08-29 16:39:27 +03:00
mu-config.c * add basic implementation for bookmark support. 2010-11-13 14:16:38 +02:00
mu-config.h * add basic implementation for bookmark support. 2010-11-13 14:16:38 +02:00
mu-index.c * <many> fix small conversion errors (-Wconversion) 2010-09-26 17:29:54 +03:00
mu-index.h * mu-index: cosmetics 2010-09-26 15:52:42 +03:00
mu-log.c * small logging cleanups, don't g_debug before we initialized logging 2010-10-09 12:44:48 +03:00
mu-log.h * small logging cleanups, don't g_debug before we initialized logging 2010-10-09 12:44:48 +03:00
mu-maildir.c * mu-maildir.c: update comment 2010-11-12 22:35:21 +02:00
mu-maildir.h * some minor cleanups 2010-08-27 00:25:07 +03:00
mu-msg-contact.c * mu-msg-contact: check for type of internetaddress (fixes some warning) + 2010-09-12 21:00:45 +03:00
mu-msg-contact.h * mu-msg-contact: check for type of internetaddress (fixes some warning) + 2010-09-12 21:00:45 +03:00
mu-msg-fields.c * cosmetics 2010-11-11 22:07:08 +02:00
mu-msg-fields.h * cosmetic 2010-11-07 18:02:25 +02:00
mu-msg-flags.c * mu-msg-flags: better logging 2010-01-06 01:27:03 +02:00
mu-msg-flags.h * mu-msg-list: make unread mailheaders bold, important ones read. Fix 2010-11-03 23:02:40 +02:00
mu-msg-iter-priv.hh * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
mu-msg-iter.cc * mu-msg-iter: add mu_msg_iter_get_maildir 2010-11-07 18:01:04 +02:00
mu-msg-iter.h * mu-msg-iter: add mu_msg_iter_get_maildir 2010-11-07 18:01:04 +02:00
mu-msg-part.c * <many> fix small conversion errors (-Wconversion) 2010-09-26 17:29:54 +03:00
mu-msg-part.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-msg-prio.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-msg-priv.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-msg-status.h * many: renaming/refactoring 2010-08-25 00:57:16 +03:00
mu-msg-str.c * mu-msg-str.c: add Latin-Extended-A for normalization, update unit test 2010-11-12 22:36:13 +02:00
mu-msg-str.h * mu_msg_str: add mu_msg_str_display_contact[_s], to guess the name-part from 2010-11-07 19:01:34 +02:00
mu-msg.c * cosmetic 2010-11-02 21:14:46 +02:00
mu-msg.h * mu-msg.h: cosmetics 2010-11-07 18:25:12 +02:00
mu-output-link.c * fix typo 2010-10-31 11:35:00 +02:00
mu-output-link.h * refactor output a bit (mu-cmd-find) 2010-10-31 11:34:01 +02:00
mu-output-plain.c * make mu_msg_str_date[_s] take an strftime-like argument for the format; 2010-11-03 07:43:46 +02:00
mu-output-plain.h * refactor output a bit (mu-cmd-find) 2010-10-31 11:34:01 +02:00
mu-query.cc * mu-query.cc: now always search for normalized, lower-case values 2010-11-11 22:06:19 +02:00
mu-query.h * cosmetic 2010-11-02 21:15:18 +02:00
mu-result.h * mu-result: remove MU_IGNORE 2010-01-03 23:53:29 +02:00
mu-store.cc * mu-store: store strings for searching now in normalized, lowercase form 2010-11-11 22:05:55 +02:00
mu-store.h * mu-store: add mu_store_count 2010-09-26 15:52:22 +03:00
mu-util-db.cc * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
mu-util-db.h * rename mu-util-xapian => mu-util-db (and some leftovers) 2010-08-25 21:40:07 +03:00
mu-util.c * add basic implementation for bookmark support. 2010-11-13 14:16:38 +02:00
mu-util.h * add basic implementation for bookmark support. 2010-11-13 14:16:38 +02:00
mu.cc * cosmetic 2010-11-11 22:05:24 +02:00