]> git.notmuchmail.org Git - notmuch/history - lib/message.cc
Merge branch 'release'
[notmuch] / lib / message.cc
2013-05-26 David BremnerMerge branch 'release'
2013-05-04 Vladimir Mareklib/message.cc: stale pointer bug (v3)
2013-02-19 David BremnerMerge branch 'release'
2013-02-19 Austin Clementslib: Separate list of all messages from top-level messages
2012-12-01 Jani Nikulalib: fix warnings when building with clang
2012-06-10 Austin Clementslib: Treat messages in new/ as maildir messages with...
2012-06-10 Austin Clementslib: Only synchronize maildir flags for messages in...
2012-06-10 Austin Clementslib: Move _filename_is_in_maildir
2012-05-24 David BremnerMerge branch 'release'
2012-05-24 Austin Clementslib: Don't needlessly create directory docs in _notmuch...
2012-05-24 Austin Clementslib: Perform the same transformation to _notmuch_databa...
2011-12-06 David BremnerMerge branch 'release'
2011-11-27 David BremnerMerge branch 'release'
2011-11-23 David BremnerMerge branch 'release'
2011-11-22 Louis Rillingtags_to_maildir_flags: Cleanup double assignement
2011-11-22 Louis Rillinglib: Kill last usage of C++ type bool
2011-11-14 Austin ClementsStore "from" and "subject" headers in the database.
2011-10-04 David BremnerMerge remote-tracking branch 'alip/find_message-v3'
2011-10-04 Ali Polatellib: make find_message{,by_filename) report errors
2011-09-24 Austin Clementslib: Remove message document directly after removing...
2011-09-24 Austin Clementslib: Indicate if there are more filenames after removal.
2011-09-13 Austin Clementslib: Add missing status check in _notmuch_message_remov...
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-10 David BremnerMerge commit '0.6'
2011-06-30 Mark AndersonFix folder: coherence issue
2011-06-29 Mark AndersonFix folder: coherence issue
2011-06-24 David BremnerMerge remote-tracking branch 'origin/master'
2011-06-23 Pieter Praetfix sum moar typos [comments in source code]
2011-05-11 Carl WorthMark some structures in the library interface with...
2011-05-11 Carl WorthRemove some variables which were set but not used.
2011-04-25 Carl WorthMerge remote-tracking branch 'amdragon/eager-metadata-v4'
2011-03-21 Austin ClementsAdd the tag list to the unified message metadata pass.
2011-03-21 Austin ClementsAdd the file name list to the unified message metadata...
2011-03-21 Austin ClementsAdd a generic function to get a list of terms with...
2011-03-21 Austin ClementsImplement an internal generic string list and use it.
2011-03-21 Austin ClementsUse a single unified pass to fetch scalar message metadata.
2011-01-26 Carl Worthlib: Save and restore term position in message while...
2011-01-15 Carl WorthAdd support for folder-based searching.
2011-01-15 Carl WorthCorrect some minor typos in a comment
2010-12-08 Austin ClementsOptimize thread search using matched docid sets.
2010-11-12 Carl Worthlib: Fix missing initialization of status field. 0.5
2010-11-12 Carl Worthlib: Add two missing static qualifiers
2010-11-12 Carl Worthtags_to_maildir_flags: Fix to preserve existing, unsupp...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Do nothing outsi...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Don't exit on...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Fix to rename...
2010-11-11 Carl Worthmaildir_flags_to_tags: Avoid interpreting "no info...
2010-11-11 Carl WorthFix notmuch_message_tags_to_maildir_flags to effect...
2010-11-11 Carl WorthFix notmuch_message_maildir_flags_to_tags to iterate...
2010-11-11 Carl Worthlib: Add new, public notmuch_message_get_filenames
2010-11-11 Carl Worthlib: Remove the notion of TAGS_INVALID
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-11 Carl Worthlib: Remove the synchronization of 'T' flag with "delet...
2010-11-10 Michal SojkaMake maildir synchronization configurable
2010-11-10 Michal SojkaMaildir synchronization
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-02 Carl Worthlib: Eliminate some redundant includes of xapian.h
2010-06-04 Carl WorthAvoid database corruption by not adding partially-const...
2010-06-04 Carl WorthFix misnamed function in internal documentation.
2010-04-26 Dirk HohndelAdd authors member to message
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-09 Carl Worthlib: Silence a compiler warning.
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-02-09 Carl WorthSwitch from random to sequential thread identifiers.
2010-01-21 martin f. krafftMerge branch 'upstream'
2010-01-09 Carl Worthlib: Add non-content terms with a WDF value of 0.
2010-01-09 Carl Worthlib: Split the database upgrade into two phases for...
2010-01-08 Carl Worthlib: Implement versioning in the database and provide...
2010-01-07 Carl Worthlib: Consolidate checks for read-only database.
2010-01-07 Carl Worthnotmuch_message_get_filename: Support old-style filenam...
2010-01-06 Carl Worthlib: Implement new notmuch_directory_t API.
2010-01-06 Carl Worthdatabase: Abstract _filename_to_direntry from _add_message
2010-01-06 Carl Worthdatabase: Allowing storing multiple filenames for...
2010-01-06 Carl Worthdatabase: Store mail filename as a new 'direntry' term...
2010-01-06 Carl Worthlib: Abstract the extraction of a relative path from...
2009-11-28 Carl WorthAvoid bogus internal error reporting duplicate In-Reply...
2009-11-28 David Bremneradd missing comma in debugging code
2009-11-28 Bart Trojanowskimessage: add flags to notmuch_message_t
2009-11-27 Bart TrojanowskiMerge remote branch 'origin/master' into vim
2009-11-26 Jan Janaknotmuch: New function to retrieve all tags from the...
2009-11-25 Bart TrojanowskiMerge branch 'show-matching-flag' into HEAD
2009-11-25 Bart Trojanowskimessage: add flags to notmuch_message_t
2009-11-23 Bart Trojanowskifix notmuch-new bug when database path ends with a...
2009-11-22 Carl WorthCatch and optionally print about exception at database...
2009-11-22 Carl WorthAdd a missing print after catching an exception.
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-20 Carl Worthadd_message: Re-fix handling of non-mail files.
2009-11-20 Carl WorthAvoid access of a Xapian iterator's object when there...
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Keith PackardFix "too many open files" bug by closing message files...
2009-11-18 Carl Worthmessage_get_thread_id: Generate internal error if messa...
2009-11-18 Carl WorthRemove the talloc_owner argument from create_for_messag...
2009-11-18 Carl Worthget_in_reply_to: Implement via the database, not by...
2009-11-17 Mikhail GusarovInclude <stdint.h> to get uint32_t in C++ file with...
2009-11-16 Carl Worthnotmuch show: Implement proper thread ordering/nesting...
2009-11-16 Carl WorthAdd _notmuch_message_get_in_reply_to.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.