summaryrefslogtreecommitdiffstats
path: root/src/db.cc
AgeCommit message (Expand)Author
2018-12-01misc stability improvementsLars Kotthoff
2018-11-30improve extraction of first names for thread indexLars Kotthoff
2018-11-22use NotmuchMessageLars Kotthoff
2018-11-22allow to tag sent messages with same tags as message being replied toLars Kotthoff
2018-10-27use NotmuchMessageLars Kotthoff
2018-10-27allow to tag sent messages with same tags as message being replied toLars Kotthoff
2018-06-28db: load messages in NotmuchThreadGaute Hope
2018-06-27db, mt: handle deleted threadGaute Hope
2017-10-13astroid, db: check for notmuch configuration errors and display dialogGaute Hope
2017-09-20db: use _index_file over _add_messageGaute Hope
2017-08-19db: add message_in_query to Db and in_query to NotmuchItemGaute Hope
2017-03-27db: block and wait 120 seconds to open read only db as wellGaute Hope
2017-03-25db: more usable status messagesGaute Hope
2017-03-25notmuch: remove _st versions of functions and remove get_revision fallbackGaute Hope
2017-03-03actions, mt, tv: document and clean up emitted signalsGaute Hope
2017-03-02db, msg: use NotmuchMessage in MessageGaute Hope
2017-03-02db: implement NotmuchMessage fullyGaute Hope
2017-03-02db: rename NotmuchTaggable to NotmuchItemGaute Hope
2017-02-16utils: add expand () method to expand '~' to home dirGaute Hope
2017-01-02db: match all_ofGaute Hope
2016-12-27db: make filter functionGaute Hope
2016-08-22log: remove log and use Boost::LogGaute Hope
2016-07-18db: unlock db_open before notifying waiting threadsGaute Hope
2016-05-24db, ss, ql: check more count_messages_stGaute Hope
2016-05-22#145: check for _count_threads_stGaute Hope
2016-05-22fix #145: use old version of *_threads_st and *_messages_st for olderGaute Hope
2016-05-20db: make sure query check cound is 0 if query is badGaute Hope
2016-05-20db: in_query / on_thread: check notmuch statusGaute Hope
2016-05-20db: in_query / on_thread: check notmuch statusGaute Hope
2016-04-11db: move settings to static initGaute Hope
2016-04-11 #31: synchronize maildir flagsGaute Hope
2016-04-04db, cb: new tags in completionsGaute Hope
2016-03-09db: static rw-lock not globalGaute Hope
2016-03-09db, actions: lock rw without opening for hooksGaute Hope
2016-03-09onmessage: make all rw actions to db run in separate threadGaute Hope
2016-03-09db: allow many r-o dbs, but only one r-w, and no r-o's if there is oneGaute Hope
2016-03-09db: is no longer a recursive_lockGaute Hope
2016-03-09actions: asynchronously do actions in separate threadGaute Hope
2016-03-09ql, db: do not output log messages from other than gui threadGaute Hope
2016-03-09db: no longer needed to check if db is valid, db will not be kept openGaute Hope
2016-02-25db: thread, message: print status on errorGaute Hope
2016-02-25db: #98: more debug outputGaute Hope
2016-02-19db, msg: notmuchtaggable generic tagging for messages and threadsGaute Hope
2016-02-17db: use per-message _unread when checking for unread statusGaute Hope
2016-02-15ti: multiple tagging: individual undo for each threadGaute Hope
2016-02-07replace deprecated notmuch functions, comment out unused parametersGaute Hope
2016-02-04db, ti: don't fail on NULL for message authorGaute Hope
2016-02-04ti: Only use bold-face for authors of messages that are unread.Gaute Hope
2016-01-29db: excluded_tags are separated by ;Gaute Hope
2016-01-29config: add warnings about deprecated options, but do not fixGaute Hope