index
:
qtmaildir
master
A Qt6 desktop mail client for a local, notmuch-indexed Maildir
by Danilo aka danix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
8 hours
feat(sync): show unsynced edits and offer to sync on exit
Danilo M.
4
-18
/
+214
8 hours
feat(threads): mark an opened thread read after a delay
Danilo M.
4
-0
/
+135
8 hours
feat(message): show From/To/Cc and add a details dialog
Danilo M.
4
-5
/
+132
8 hours
feat(completion): size the description column by need, not by half
Danilo M.
1
-7
/
+26
8 hours
fix(query): let the query bar keep Return instead of open_thread
Danilo M.
2
-5
/
+55
8 hours
fix(completion): stop the key filter handing itself the key it forwards
Danilo M.
2
-1
/
+18
8 hours
fix(completion): filter keys on the application, not the line edit
Danilo M.
2
-3
/
+62
8 hours
fix(completion): drive the popup instead of QLineEdit::setCompleter
Danilo M.
2
-6
/
+66
8 hours
feat(completion): wire query completion into the main window
Danilo M.
4
-1
/
+99
8 hours
feat(completion): render the popup with descriptions
Danilo M.
2
-0
/
+246
8 hours
feat(completion): select candidates per context
Danilo M.
2
-0
/
+113
8 hours
feat(config): add completion_on_focus and extra_mimetypes
Danilo M.
2
-0
/
+49
8 hours
keymap: register complete_query bound to Ctrl+Space
Danilo M.
1
-0
/
+5
8 hours
feat(completion): add the prefix, date and mimetype vocabularies
Danilo M.
3
-0
/
+107
8 hours
feat(worker): list every tag in the database
Danilo M.
2
-0
/
+27
8 hours
feat(completion): complete both bounds of a date range
Danilo M.
2
-7
/
+63
8 hours
feat(completion): complete nothing inside a quoted literal
Danilo M.
1
-0
/
+15
8 hours
feat(completion): recognise value context after a prefix
Danilo M.
1
-4
/
+14
8 hours
feat(completion): add the query cursor-context tokenizer
Danilo M.
3
-0
/
+107
8 hours
feat(about): custom About dialog with icon, copyright and project link
Danilo M.
1
-7
/
+46
8 hours
feat: make attachments reachable from the message pane
Danilo M.
4
-2
/
+347
8 hours
feat: show a paperclip for threads with attachments
Danilo M.
4
-2
/
+69
8 hours
feat: choose the startup query by name
Danilo M.
3
-2
/
+60
8 hours
feat: own the message-pane zoom and persist it
Danilo M.
6
-1
/
+198
8 hours
feat: persist window, splitter and column widths
Danilo M.
2
-5
/
+88
8 hours
feat: use the application icon
Danilo M.
3
-1
/
+29
8 hours
feat: let an account set its chip colour and label
Danilo M.
4
-2
/
+77
8 hours
feat: render tags as chips instead of a text column
Danilo M.
10
-8
/
+719
8 hours
feat: make every thread list column resizable
Danilo M.
1
-7
/
+10
8 hours
fix: let the thread list columns be resized again
Danilo M.
1
-4
/
+9
8 hours
feat: show that a tag action landed
Danilo M.
4
-5
/
+71
8 hours
fix: keep the shortcut reference inside the screen
Danilo M.
1
-12
/
+45
8 hours
feat: add menus, a toolbar and a shortcut reference
Danilo M.
3
-96
/
+225
8 hours
fix: bind shortcuts users can actually press
Danilo M.
2
-22
/
+117
8 hours
feat: surface the version and adopt semantic versioning
Danilo M.
1
-1
/
+2
8 hours
Add GPLv2-only license and per-file headers
Danilo M.
28
-1
/
+547
8 hours
fix: let key bindings win over the thread list's type-to-search
Danilo M.
1
-0
/
+9
8 hours
fix: drop cached remote images when switching threads
Danilo M.
1
-0
/
+20
8 hours
fix: render the message pane at all
Danilo M.
2
-6
/
+36
8 hours
fix: only interrupt startup for real configuration problems
Danilo M.
3
-8
/
+47
8 hours
feat: add MainWindow wiring query, list, message, and sync
Danilo M.
4
-3
/
+680
8 hours
feat: add MessageView with locked-down web engine profile
Danilo M.
5
-0
/
+375
8 hours
feat: add MailSync process wrapper
Danilo M.
3
-0
/
+128
8 hours
feat: add ThreadListModel with batch append
Danilo M.
3
-0
/
+175
8 hours
feat: add NotmuchWorker with batched queries and tag mutation
Danilo M.
3
-0
/
+386
8 hours
feat: add cross-thread value types and notmuch RAII wrappers
Danilo M.
2
-0
/
+102
8 hours
fix: enforce !-free cidPrefix invariant at both concatenation sites
Danilo M.
3
-1
/
+42
8 hours
feat: add HTML builder and cid: scheme handler
Danilo M.
5
-0
/
+337
8 hours
fix: scope qtmaildir: allow to the exact document base URL
Danilo M.
2
-7
/
+30
8 hours
feat: add deny-by-default web request interceptor
Danilo M.
3
-0
/
+110
[next]