summaryrefslogtreecommitdiff
path: root/widgets
AgeCommit message (Expand)Author
2022-07-26threads: fix race warnings for client-side debouncingKoni Marti
2022-07-26threads: debounce client-side thread buildingKoni Marti
2022-07-26check-mail: fix startup when default folder is emptyTim Culverhouse
2022-07-26msgstore: implement a uid-based architectureKoni Marti
2022-07-24fix: crash when copying/moving all messagesEnsar Sarajčić
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-23tabs: make fields privateRobin Jarry
2022-07-23tabs: rename SelectedTab to SelectedTabContentRobin Jarry
2022-07-23msgviewer: cleanup PartSwitcher on :toggle-headersJose Lombera
2022-07-17config: allow per-account address-book-cmdRobin Jarry
2022-07-17completer: remove useless logger parameterRobin Jarry
2022-07-14aerc: use aerc as an mbox viewerKoni Marti
2022-07-10threading: refactor reselect logicTim Culverhouse
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-07-10threading: add force-client-threads optionTim Culverhouse
2022-07-10threading: enable toggle-threads for server-side threadsTim Culverhouse
2022-07-10statusline: show threading status if threading-enabled=trueTim Culverhouse
2022-07-10composer: remove header if emptyKoni Marti
2022-07-10msglist: fix panic for index-out-of-rangeTim Culverhouse
2022-07-10aerc: fix panic when backend is unknownKoni Marti
2022-07-03perf: reduce calls to GetUiConfigTim Culverhouse
2022-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-07-02compose: refactor attachment handlingKoni Marti
2022-06-26dirlist: fix race condition in directory selectionMoritz Poldrack
2022-06-26gpg: don't send messages that failed encryptionTim Culverhouse
2022-06-24pgp: refactor signature validity displayMoritz Poldrack
2022-06-24pgp: add icon for unencrypted, unsigned messages if an icon is setMoritz Poldrack
2022-06-24pgp: add customizable iconsMoritz Poldrack
2022-06-24pgp: add note for encrypted messages that are not signedMoritz Poldrack
2022-06-24pgp: fix pipe|open|save command behaviorTim Culverhouse
2022-06-22binds: add folder context for message list bindsTim Culverhouse
2022-06-14msgviewer: open http links from messagesKoni Marti
2022-06-14dirlist: fix ruestring counts from checkmailTim Culverhouse
2022-06-09msgviewer: parse and display authentication resultsKoni Marti
2022-06-07dirlist: fix panic when disconnecting with dirlist-tree=falseTim Culverhouse
2022-06-07fix: clear dirlist on disconnectTim Culverhouse
2022-06-07dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse
2022-06-07fix: rue string count accuracyTim Culverhouse
2022-05-31feat: add background mail polling option for all workersTim Culverhouse
2022-05-31widgets: provide a generic selector dialog uiKoni Marti
2022-05-31ui: check bounds before drawing dialogKoni Marti
2022-05-31compose: append text partsKoni Marti
2022-05-25compose: prevent sending empty address list headersTim Culverhouse
2022-05-25terminal: fix deadlock with finer-grained lockingKoni Marti
2022-05-23fix: "terminal: fix race when closing a terminal"Robin Jarry
2022-05-23terminal: fix race when closing a terminalKoni Marti
2022-05-08ui: fix panic in selector when resizing terminalKoni Marti
2022-05-06pgp: add attach key commandTim Culverhouse
2022-05-06pgp: check encryption keys before sending messageTim Culverhouse
2022-05-06pgp: add options auto-sign & opportunistic-encryptTim Culverhouse