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
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
8 hours
fix: make attachment path-containment guard separator-aware
Danilo M.
2
-4
/
+41
8 hours
feat: add MimeParser with GMime and safe attachment naming
Danilo M.
3
-0
/
+283
8 hours
feat: add Config with account, query, and sync parsing
Danilo M.
3
-0
/
+152
8 hours
fix: report collisions between INI overrides bound to the same key
Danilo M.
1
-0
/
+18
8 hours
feat: add KeyMap with defaults and INI overrides
Danilo M.
4
-4
/
+115
8 hours
build: add CMake skeleton and dependency discovery
Danilo M.
3
-0
/
+27