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
5 hours
fix: keep the shortcut reference inside the screen
Danilo M.
1
-12
/
+45
5 hours
feat: add menus, a toolbar and a shortcut reference
Danilo M.
3
-96
/
+225
5 hours
fix: bind shortcuts users can actually press
Danilo M.
2
-22
/
+117
5 hours
feat: surface the version and adopt semantic versioning
Danilo M.
1
-1
/
+2
5 hours
Add GPLv2-only license and per-file headers
Danilo M.
28
-1
/
+547
5 hours
fix: let key bindings win over the thread list's type-to-search
Danilo M.
1
-0
/
+9
5 hours
fix: drop cached remote images when switching threads
Danilo M.
1
-0
/
+20
5 hours
fix: render the message pane at all
Danilo M.
2
-6
/
+36
5 hours
fix: only interrupt startup for real configuration problems
Danilo M.
3
-8
/
+47
5 hours
feat: add MainWindow wiring query, list, message, and sync
Danilo M.
4
-3
/
+680
5 hours
feat: add MessageView with locked-down web engine profile
Danilo M.
5
-0
/
+375
5 hours
feat: add MailSync process wrapper
Danilo M.
3
-0
/
+128
5 hours
feat: add ThreadListModel with batch append
Danilo M.
3
-0
/
+175
5 hours
feat: add NotmuchWorker with batched queries and tag mutation
Danilo M.
3
-0
/
+386
5 hours
feat: add cross-thread value types and notmuch RAII wrappers
Danilo M.
2
-0
/
+102
5 hours
fix: enforce !-free cidPrefix invariant at both concatenation sites
Danilo M.
3
-1
/
+42
5 hours
feat: add HTML builder and cid: scheme handler
Danilo M.
5
-0
/
+337
5 hours
fix: scope qtmaildir: allow to the exact document base URL
Danilo M.
2
-7
/
+30
5 hours
feat: add deny-by-default web request interceptor
Danilo M.
3
-0
/
+110
5 hours
fix: make attachment path-containment guard separator-aware
Danilo M.
2
-4
/
+41
5 hours
feat: add MimeParser with GMime and safe attachment naming
Danilo M.
3
-0
/
+283
5 hours
feat: add Config with account, query, and sync parsing
Danilo M.
3
-0
/
+152
5 hours
fix: report collisions between INI overrides bound to the same key
Danilo M.
1
-0
/
+18
5 hours
feat: add KeyMap with defaults and INI overrides
Danilo M.
4
-4
/
+115
5 hours
build: add CMake skeleton and dependency discovery
Danilo M.
3
-0
/
+27