* WIP: contact listing / searching.

this is the first part, adding a cache for all the contacts in mails
  (~/.mu/cache/contacts), which is a .ini-type file.
This commit is contained in:
Dirk-Jan C. Binnema
2011-03-02 00:13:24 +02:00
parent bbbba9157b
commit deeaf41f33
11 changed files with 134 additions and 61 deletions

View File

@ -55,6 +55,8 @@ libmu_la_SOURCES= \
mu-cmd.h \
mu-config.c \
mu-config.h \
mu-contacts.h \
mu-contacts.c \
mu-index.c \
mu-index.h \
mu-log.c \