index
:
qtmaildir
compose-and-send
delete-to-trash
item-20-message-rows
master
signatures
A Qt6 desktop mail client for a local, notmuch-indexed Maildir
by Danilo aka danix
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Branch
Commit message
Author
Age
compose-and-send
feat(compose): wire the composer into the main window, item 123
Danilo M.
3 days
delete-to-trash
fix(trash): refresh the list when a restore empties a row
Danilo M.
6 days
item-20-message-rows
docs: record message rows, and the user's verdict on them
Danilo M.
2 weeks
master
docs(backlog): correct item 164, the first cause was wrong
Danilo M.
71 min.
signatures
fix(drafts): list drafts as messages, not threads
Danilo M.
2 hours
Tag
Download
Author
Age
v0.27.0
qtmaildir-0.27.0.tar.gz
qtmaildir-0.27.0.zip
Danilo M.
2 hours
v0.26.1
qtmaildir-0.26.1.tar.gz
qtmaildir-0.26.1.zip
Danilo M.
6 days
v0.26.0
qtmaildir-0.26.0.tar.gz
qtmaildir-0.26.0.zip
Danilo M.
6 days
v0.25.0
qtmaildir-0.25.0.tar.gz
qtmaildir-0.25.0.zip
Danilo M.
8 days
v0.24.0
qtmaildir-0.24.0.tar.gz
qtmaildir-0.24.0.zip
Danilo M.
10 days
v0.23.0
qtmaildir-0.23.0.tar.gz
qtmaildir-0.23.0.zip
Danilo M.
10 days
v0.22.0
qtmaildir-0.22.0.tar.gz
qtmaildir-0.22.0.zip
Danilo M.
10 days
v0.21.0
qtmaildir-0.21.0.tar.gz
qtmaildir-0.21.0.zip
Danilo M.
10 days
thread-view-removed
qtmaildir-thread-view-removed.tar.gz
qtmaildir-thread-view-removed.zip
Danilo M.
11 days
v0.20.0
qtmaildir-0.20.0.tar.gz
qtmaildir-0.20.0.zip
Danilo M.
11 days
[...]
Age
Commit message
Author
Files
Lines
2026-08-08
docs: record message rows, and the user's verdict on them
item-20-message-rows
Danilo M.
3
-10
/
+152
2026-08-08
feat(ui): scope actions to the selected row kind and name it
Danilo M.
5
-28
/
+431
2026-08-08
feat(ui): render a single message when its row is selected
Danilo M.
6
-0
/
+227
2026-08-08
feat(ui): mark replies with a thread line, a tint and dimmer text
Danilo M.
5
-6
/
+311
2026-08-08
fix(ui): make the expander visible and the reply indent readable
Danilo M.
7
-5
/
+231
2026-08-08
feat(ui): load a thread's replies when its row is expanded
Danilo M.
5
-0
/
+127
2026-08-08
refactor(view): make ThreadListView a QTreeView for message rows
Danilo M.
5
-85
/
+373
2026-08-08
feat(model): resolve action scope from the selected row kind
Danilo M.
4
-0
/
+153
2026-08-08
feat(model): expose a thread's replies as child rows
Danilo M.
3
-5
/
+268
2026-08-08
refactor(model): convert ThreadListModel to QAbstractItemModel
Danilo M.
3
-14
/
+136
[...]