summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-03-31* add mu-msg-data-cache.[ch], WIP for the new custom tree modelDirk-Jan C. Binnema
2011-03-31* add 'flag:unread' as a synonym for 'flag:new OR NOT flag:seen'Dirk-Jan C. Binnema
2011-03-22* mu-msg-data.c: add missing #include <string.h> for memcpyDirk-Jan C. Binnema
2011-03-22* mu-str.h: improve mu_str_is_empty macroDirk-Jan C. Binnema
2011-03-22* mu-msg-iter.cc, mu-query.cc, mu-store.cc: use more c++ facilitiesDirk-Jan C. Binnema
2011-03-22* add mu-msg-data.[ch], which is useful when one needs to cache message dataDirk-Jan C. Binnema
2011-03-21* Makefile.am: add mu-msg-data.[ch]Dirk-Jan C. Binnema
2011-03-21* mu-query: some cleanupsDirk-Jan C. Binnema
2011-03-21* mu-msg-iter: some reimplementationDirk-Jan C. Binnema
2011-03-19* add mu_msg_iter_get_index, to get the sequence number of the iteratorDirk-Jan C. Binnema
2011-03-19* mu-config.c: small docu updateDirk-Jan C. Binnema
2011-03-19* mu_runtime: update getting standard dirs / paths, use themDirk-Jan C. Binnema
2011-03-15* fix mu_msg refcounting in widgetsDirk-Jan C. Binnema
2011-03-06* add support for using mu cfind as an external address book for 'mutt' + doc...Dirk-Jan C. Binnema
2011-03-06* mu-contacts: plug a leak + some optimizationDirk-Jan C. Binnema
2011-03-06* mu-config: some refactoring to satisfy make line33Dirk-Jan C. Binnema
2011-03-06* mu-cmd-cfind: use the new first_name/last_name/nick functions to generateDirk-Jan C. Binnema
2011-03-06* mu-str: add mu_str_guess_first_name, mu_str_guess_last_name andDirk-Jan C. Binnema
2011-03-05* WIP: add bbdb export supportDirk-Jan C. Binnema
2011-03-05* use differerent exit codes for error, no matches as >0 matches; as per man ...Dirk-Jan C. Binnema
2011-03-05* add mu-cmd-cfind.c to Makefile.amDirk-Jan C. Binnema
2011-03-05* mu-cmd-cfind: split off into separate mu-cmd- fileDirk-Jan C. Binnema
2011-03-05* WIP: basic 'mu cfind' command + start of man pageDirk-Jan C. Binnema
2011-03-03* WIP: mu-contacts; add the following: return timestamp callback and add rege...Dirk-Jan C. Binnema
2011-03-02* WIP: rudimentary implementation of the 'cfind' command, to find contactsDirk-Jan C. Binnema
2011-03-02* fix mu-cmd-index.c, mu-store.c to honor line33Dirk-Jan C. Binnema
2011-03-02* WIP(2): mu-contact.[ch], basic implementationDirk-Jan C. Binnema
2011-03-02* WIP: contact listing / searching.Dirk-Jan C. Binnema
2011-02-06* mu-runtime.c: fix small memleakDirk-Jan C. Binnema
2011-02-06* mu-msg.c: convert html mail to utf-8, too. this fixes the display ofDirk-Jan C. Binnema
2011-02-04* mu-index.c: fix needless warning when msg is no longer thereDirk-Jan C. Binnema
2011-02-04* mu_store_get_timestamp: fix memleakDirk-Jan C. Binnema
2011-01-31* test_mu_view_01: the test depended on a MIME-decoding bug in gmime; since t...Dirk-Jan C. Binnema
2011-01-31* cosmeticsDirk-Jan C. Binnema
2011-01-31* mu-util.c: use /etc/passwd (and likewise) to determine homedir in preferenceDirk-Jan C. Binnema
2011-01-31* test-mu-cmd.c: always set a tempdir for muhome; this fixes running unitDirk-Jan C. Binnema
2011-01-31* mu-cmd-extract.c: only check for writability of targetdir if we're actuallyDirk-Jan C. Binnema
2011-01-31* src/Makefile.am: use BUILD_TESTSDirk-Jan C. Binnema
2011-01-30* test-mu-util.c: remove bad test that broke the gentoo buildDirk-Jan C. Binnema
2011-01-29* mu_str_display_contact_s: split, so 'make cc10' is honoredDirk-Jan C. Binnema
2011-01-29* cosmeticsDirk-Jan C. Binnema
2011-01-21* unbreak mu-strDirk-Jan C. Binnema
2011-01-21* remove '-characters, () from contact displaysDirk-Jan C. Binnema
2011-01-16* mu-maildir: some cleanups, shorten names for link creationDirk-Jan C. Binnema
2011-01-15* make mag-msg-store a configurable parameter; refactor the setting of theDirk-Jan C. Binnema
2011-01-15* change MuMaildirWalkMsgCallback so it take a full stat buf* instead of justDirk-Jan C. Binnema
2011-01-14* add mu_util_xapian_is_locked and use itDirk-Jan C. Binnema
2011-01-13* cosmeticsDirk-Jan C. Binnema
2011-01-13* mu-config: better argument check, print usage info when no command is providedDirk-Jan C. Binnema
2011-01-13* mug2: implement database reindexDirk-Jan C. Binnema