| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 33 hours | fix(desktop): start the mail Accounts singleton at shell launch | Danilo M. | 1 | -0/+7 | |
| The singleton was referenced only inside lazy Components, so its qtmaildir.conf watcher and unread-count refresh did not start until the drawer first opened, contradicting alwaysActive and the old MailPanel, which shell.qml instantiated directly. Naming Accounts at the Module top level creates it at shell load; the page keeps its own refresh on open. | |||||
| 33 hours | feat(desktop): move mail-overview in as the mail module | Danilo M. | 1 | -0/+40 | |
| Accounts.qml is unchanged and MailPanel's body becomes the page. The three scripts move with it, which changes the absolute paths in autostart and in the waybar module; both are outside this repo and listed in the plan's final task. Button.qml, byte-identical here and in vm-manager, lands at the shell root as the single copy. | |||||
