aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
compose-and-sendfeat(compose): wire the composer into the main window, item 123Danilo M.3 days
delete-to-trashfix(trash): refresh the list when a restore empties a rowDanilo M.6 days
item-20-message-rowsdocs: record message rows, and the user's verdict on themDanilo M.2 weeks
masterdocs(backlog): correct item 164, the first cause was wrongDanilo M.71 min.
signaturesfix(drafts): list drafts as messages, not threadsDanilo M.2 hours
 
TagDownloadAuthorAge
v0.27.0qtmaildir-0.27.0.tar.gz  qtmaildir-0.27.0.zip  Danilo M.2 hours
v0.26.1qtmaildir-0.26.1.tar.gz  qtmaildir-0.26.1.zip  Danilo M.6 days
v0.26.0qtmaildir-0.26.0.tar.gz  qtmaildir-0.26.0.zip  Danilo M.6 days
v0.25.0qtmaildir-0.25.0.tar.gz  qtmaildir-0.25.0.zip  Danilo M.8 days
v0.24.0qtmaildir-0.24.0.tar.gz  qtmaildir-0.24.0.zip  Danilo M.10 days
v0.23.0qtmaildir-0.23.0.tar.gz  qtmaildir-0.23.0.zip  Danilo M.10 days
v0.22.0qtmaildir-0.22.0.tar.gz  qtmaildir-0.22.0.zip  Danilo M.10 days
v0.21.0qtmaildir-0.21.0.tar.gz  qtmaildir-0.21.0.zip  Danilo M.10 days
thread-view-removedqtmaildir-thread-view-removed.tar.gz  qtmaildir-thread-view-removed.zip  Danilo M.11 days
v0.20.0qtmaildir-0.20.0.tar.gz  qtmaildir-0.20.0.zip  Danilo M.11 days
[...]
 
AgeCommit messageAuthorFilesLines
2026-08-08docs: record message rows, and the user's verdict on themitem-20-message-rowsDanilo M.3-10/+152
2026-08-08feat(ui): scope actions to the selected row kind and name itDanilo M.5-28/+431
2026-08-08feat(ui): render a single message when its row is selectedDanilo M.6-0/+227
2026-08-08feat(ui): mark replies with a thread line, a tint and dimmer textDanilo M.5-6/+311
2026-08-08fix(ui): make the expander visible and the reply indent readableDanilo M.7-5/+231
2026-08-08feat(ui): load a thread's replies when its row is expandedDanilo M.5-0/+127
2026-08-08refactor(view): make ThreadListView a QTreeView for message rowsDanilo M.5-85/+373
2026-08-08feat(model): resolve action scope from the selected row kindDanilo M.4-0/+153
2026-08-08feat(model): expose a thread's replies as child rowsDanilo M.3-5/+268
2026-08-08refactor(model): convert ThreadListModel to QAbstractItemModelDanilo M.3-14/+136
[...]