summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-01-21* mu-msg-str.c: improve xapian-escaping, string-eatingdjcb
2012-01-21* mu-msg-fields.c: escape the subject field, toodjcb
2012-01-21* mu-store-write.cc: index data *before* xapian-escaping itdjcb
2012-01-21* mu-cmd-server.c: improve output a bit (for humans)djcb
2012-01-21* cosmeticsdjcb
2012-01-19* disable g_debug in functions that may be called for logging is initializeddjcb
2012-01-15* mu-cmd-server: use mu_msg_part_save_temp, some refactoringdjcb
2012-01-15* mu-msg-part: add mu_msg_part_save_temp and some refactoringdjcb
2012-01-14* when forwarding, include attachments from originaldjcb
2012-01-13* mu-msg-file.c: search priority headers in faster orderdjcb
- some message statistics showed the most common header to signify message priority; check that one first
2012-01-12* test-mu-store: fix tiny leak in unit testdjcb
2012-01-12* mu-query: fix leak in date parsingdjcb
2012-01-12* mu-msg-part: ensure that mime part file names are proper utf8djcb
2012-01-12* mu-msg-file: ensure that mu_msg_file_get_header always returns proper utf8djcb
2012-01-12* mu-msg: add mu_msg_close_file_backenddjcb
2012-01-12* mu-str: add mu_str_utf8ifydjcb
2012-01-07* minorv0.9.8-alpha3djcb
2012-01-07* mu-cmd-server.c: fix line33 checkdjcb
2012-01-07* cosmeticsdjcb
2012-01-06* mu-cmd-server: properly report errors when moving/flaggingdjcb
2012-01-06* add support for org-mode links to messages/queriesdjcb
- org-mu4e.el: add "mu4e:"-link type and handlers to org-mode - Makefile.am: add org-mu4e.el to package - mu4e-hdrs.el: register handler functions for server data *outside* header mode, so they can be used independently (and we can link to messages even when mu4e is not active already) - mu4e-view.el, mu-server.1, mu-proc.el, mu-cmd-server.c: support viewing messages by msgid (rather than only by docid); document it
2012-01-01* mu-msg: added MU_MSG_CONTACT_TYPE_ALL to get all contacts in a messagedjcb
2012-01-01* remove the bogus TIMESTAMP fielddjcb
2011-12-30* minordjcb
2011-12-28* mu-cmd-server/mu-server.1: cleanup 'mkdir', add documentationdjcb
2011-12-28* mu-cmd-server.c: work around issue where partial results were not sorteddjcb
2011-12-27* mu-cmd-server.c: cosmeticdjcb
2011-12-23* minor / cosmeticdjcb
2011-12-22* mu-cmd-server.c: fix bogus error when saving attachmentsdjcb
2011-12-22* mu-msg-sexp: cosmeticdjcb
2011-12-20* mu-cmd-server.c: some refactoring. pass make line33 again.djcb
2011-12-13* mu-cmd-server.c: remove readline supportdjcb
2011-12-13* some code re-arrangement: src/guile-> guile, toys/mm -> emacsdjcb
2011-12-13* minordjcb
2011-12-13* mu-guile-store.c: fix mu:store:for-each with nil EXPRdjcb
2011-12-13* mu-msg-guile: make mu:msg:from return a list (like to,cc,bcc), fix ↵djcb
mu:msg:header
2011-12-13* mm + mm-cmd-server: implement 'ping' -> startup version checkdjcb
2011-12-07* mu-guile-store.c: support limited searchesdjcb
2011-12-07* guile: export functions from stats.scmdjcb
2011-12-07* <many>: add possibility to limit max number of search resultsdjcb
2011-12-01* add missing scheme filedjcb
2011-12-01* misc changesdjcb
2011-12-01* add support for mime:, file: and embed: searchesdjcb
2011-12-01* add unit tests for the mime, attachment contents searching; they even passdjcb
2011-12-01* move guile bindings from libmuguile, toys to src/guile:djcb
- don't build a special 'muile' binary anymore, but build as module for normal guile - remove toys muile / procmule (latter may return at some time) - bug fixes - however, this is still WIP
2011-11-27* cosmeticsdjcb
2011-11-27* mu-query.cc: fix behaviour of empty queriesdjcb
2011-11-27* tests/Makefile.am: add new test e-mails to makefiledjcb
2011-11-27* up mu-msg-fields.c -- update the Maildir type to *not* be boolean, sodjcb
wildcards work
2011-11-27* update test casesdjcb