- ReaderView: complete rewrite with CSS styling, headers, attachments, zoom, find, dark mode, image blocking - Categories: DAO + UI tree widget with colors, nested categories, assignment - Rules engine: DAO + evaluation + actions (move, mark read, flag, delete, category, forward) - Templates: DAO + editor + manager with variables support - Signatures: DAO + manager + auto-per-account + manual selector in compose - ComposeView: signature combo, template selector, auto-signature on new email - MainWindow: frameless with rounded corners, 1px border, resize from edges, no status bar - Database: new tables (Category, MailCategory, Rule, Template, Signature) with indexes
7 lines
573 B
XML
7 lines
573 B
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="12" cy="12" r="10" stroke="black" stroke-width="1.5"/>
|
|
<circle opacity="0.5" cx="12" cy="7" r="1.5" transform="rotate(-90 12 7)" stroke="black" stroke-width="1.5"/>
|
|
<circle opacity="0.5" cx="12" cy="12" r="1.5" transform="rotate(-90 12 12)" stroke="black" stroke-width="1.5"/>
|
|
<path opacity="0.5" d="M8 8C8.82843 8 9.5 8.67157 9.5 9.5C9.5 10.3284 8.82843 11 8 11C7.17157 11 6.5 10.3284 6.5 9.5C6.5 8.67157 7.17157 8 8 8Z" stroke="black" stroke-width="1.5"/>
|
|
</svg>
|