- 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
12 lines
849 B
XML
12 lines
849 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="#1C274C" stroke-width="1.5"/>
|
|
<circle cx="12" cy="12" r="6" stroke="#1C274C" stroke-width="1.5"/>
|
|
<circle cx="12" cy="12" r="2" stroke="#1C274C" stroke-width="1.5"/>
|
|
<path d="M6 12L10 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M14 12L18 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M9 17.1963L11 13.7322" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M13 10.2681L15 6.80396" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M15 17.1963L13 13.7322" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
|
|
<path d="M11 10.2681L9 6.80396" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|