summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
108 min.feat(threads): mark an opened thread read after a delayDanilo M.4-0/+135
108 min.feat(message): show From/To/Cc and add a details dialogDanilo M.4-5/+132
108 min.feat(completion): size the description column by need, not by halfDanilo M.1-7/+26
108 min.fix(query): let the query bar keep Return instead of open_threadDanilo M.2-5/+55
108 min.fix(completion): stop the key filter handing itself the key it forwardsDanilo M.2-1/+18
108 min.fix(completion): filter keys on the application, not the line editDanilo M.2-3/+62
108 min.fix(completion): drive the popup instead of QLineEdit::setCompleterDanilo M.2-6/+66
108 min.feat(completion): wire query completion into the main windowDanilo M.4-1/+99
108 min.feat(completion): render the popup with descriptionsDanilo M.2-0/+246
109 min.feat(completion): select candidates per contextDanilo M.2-0/+113
109 min.feat(config): add completion_on_focus and extra_mimetypesDanilo M.2-0/+49
109 min.keymap: register complete_query bound to Ctrl+SpaceDanilo M.1-0/+5
109 min.feat(completion): add the prefix, date and mimetype vocabulariesDanilo M.3-0/+107
109 min.feat(worker): list every tag in the databaseDanilo M.2-0/+27
109 min.feat(completion): complete both bounds of a date rangeDanilo M.2-7/+63
109 min.feat(completion): complete nothing inside a quoted literalDanilo M.1-0/+15
109 min.feat(completion): recognise value context after a prefixDanilo M.1-4/+14
109 min.feat(completion): add the query cursor-context tokenizerDanilo M.3-0/+107
109 min.feat(about): custom About dialog with icon, copyright and project linkDanilo M.1-7/+46
109 min.feat: make attachments reachable from the message paneDanilo M.4-2/+347
109 min.feat: show a paperclip for threads with attachmentsDanilo M.4-2/+69
109 min.feat: choose the startup query by nameDanilo M.3-2/+60
109 min.feat: own the message-pane zoom and persist itDanilo M.6-1/+198
109 min.feat: persist window, splitter and column widthsDanilo M.2-5/+88
109 min.feat: use the application iconDanilo M.3-1/+29
109 min.feat: let an account set its chip colour and labelDanilo M.4-2/+77
109 min.feat: render tags as chips instead of a text columnDanilo M.10-8/+719
109 min.feat: make every thread list column resizableDanilo M.1-7/+10
109 min.fix: let the thread list columns be resized againDanilo M.1-4/+9
109 min.feat: show that a tag action landedDanilo M.4-5/+71
110 min.fix: keep the shortcut reference inside the screenDanilo M.1-12/+45
110 min.feat: add menus, a toolbar and a shortcut referenceDanilo M.3-96/+225
110 min.fix: bind shortcuts users can actually pressDanilo M.2-22/+117
110 min.feat: surface the version and adopt semantic versioningDanilo M.1-1/+2
110 min.Add GPLv2-only license and per-file headersDanilo M.28-1/+547
110 min.fix: let key bindings win over the thread list's type-to-searchDanilo M.1-0/+9
110 min.fix: drop cached remote images when switching threadsDanilo M.1-0/+20
110 min.fix: render the message pane at allDanilo M.2-6/+36
110 min.fix: only interrupt startup for real configuration problemsDanilo M.3-8/+47
110 min.feat: add MainWindow wiring query, list, message, and syncDanilo M.4-3/+680
110 min.feat: add MessageView with locked-down web engine profileDanilo M.5-0/+375
110 min.feat: add MailSync process wrapperDanilo M.3-0/+128
110 min.feat: add ThreadListModel with batch appendDanilo M.3-0/+175
110 min.feat: add NotmuchWorker with batched queries and tag mutationDanilo M.3-0/+386
110 min.feat: add cross-thread value types and notmuch RAII wrappersDanilo M.2-0/+102
110 min.fix: enforce !-free cidPrefix invariant at both concatenation sitesDanilo M.3-1/+42
110 min.feat: add HTML builder and cid: scheme handlerDanilo M.5-0/+337
110 min.fix: scope qtmaildir: allow to the exact document base URLDanilo M.2-7/+30
110 min.feat: add deny-by-default web request interceptorDanilo M.3-0/+110
110 min.fix: make attachment path-containment guard separator-awareDanilo M.2-4/+41