Age | Commit message (Expand) | Author |
2022-07-26 | sort: clear sort criteria when called without arguments | Tim Culverhouse |
2022-07-26 | sort: show warning when sort is not supported | Koni Marti |
2022-07-26 | delete: improve find next function | Koni Marti |
2022-07-26 | msgstore: implement a uid-based architecture | Koni Marti |
2022-07-24 | delete: select new last message if last message was deleted | Tim Culverhouse |
2022-07-24 | delete: move tab replace logic into Done callback | Tim Culverhouse |
2022-07-23 | logging: use level-based logger functions | Robin Jarry |
2022-07-23 | tabs: make fields private | Robin Jarry |
2022-07-23 | tabs: rename SelectedTab to SelectedTabContent | Robin Jarry |
2022-07-14 | send: enter no-quit mode until message is sent | Koni Marti |
2022-07-14 | commands: implement a no-quit mode | Koni Marti |
2022-07-14 | pipe: use go-mbox for writing multiple messages | Koni Marti |
2022-07-14 | account: import mbox file to a folder | Koni Marti |
2022-07-14 | account: export folder to mbox file | Koni Marti |
2022-07-10 | threading: refactor reselect logic | Tim Culverhouse |
2022-07-10 | threading: enable filtering of server-side threads | Tim Culverhouse |
2022-07-10 | threading: enable toggle-threads for server-side threads | Tim Culverhouse |
2022-07-10 | recall: support pgp/mime messages | Koni Marti |
2022-07-10 | recall: append attachments | Koni Marti |
2022-07-10 | recall: confirm deleting message when not sent | Koni Marti |
2022-07-10 | postpone: avoid calling WriteMessage twice | Koni Marti |
2022-07-02 | commands: implement prompt completion | Sergey Smirnykh |
2022-07-02 | forward: remove crlf in text body | Koni Marti |
2022-07-02 | forward: provide option to append all attachments | Koni Marti |
2022-07-02 | compose: refactor attachment handling | Koni Marti |
2022-06-26 | open: fix mimetype discovery for encrypted or signed messages | Tim Culverhouse |
2022-06-24 | pgp: fix pipe|open|save command behavior | Tim Culverhouse |
2022-06-14 | msgviewer: open http links from messages | Koni Marti |
2022-06-14 | visual-mode: deselect messages after performing command | Tim Culverhouse |
2022-05-31 | unsubscribe: select method with the selector dialog | Koni Marti |
2022-05-31 | invites: reply with accept, accept-tentative or decline | Koni Marti |
2022-05-23 | help: add completions | Tim Culverhouse |
2022-05-06 | pgp: add attach key command | Tim Culverhouse |
2022-05-06 | pgp: check encryption keys before sending message | Tim Culverhouse |
2022-05-04 | pgp: check for signing key before signing time | Tim Culverhouse |
2022-04-29 | recall: mention the -f option in the error message | inwit |
2022-04-27 | refactor: refactor pgp implementation | Tim Culverhouse |
2022-04-25 | filter: clear filter when called with no args | Koni Marti |
2022-04-17 | store: keep current message selected | Koni Marti |
2022-04-14 | forward: allow ':forward -A' with no address | Tim Culverhouse |
2022-04-06 | fix: out-of-bounds error in command header | Moritz Poldrack |
2022-04-06 | header: remove trailing colon in header field | Moritz Poldrack |
2022-04-06 | compose: parse headers correctly from -H | Evan Gates |
2022-03-31 | save: fix path completion | Robin Jarry |
2022-03-25 | statusline: indicate when sorting is in progress | Koni Marti |
2022-03-25 | sort: keep sort criteria applied to folder | Koni Marti |
2022-03-24 | save: add -a option to save all attachments | Robin Jarry |
2022-03-23 | logging: added a log on panic | Moritz Poldrack |
2022-03-23 | statusline: make statusline folder-specific | Koni Marti |
2022-03-22 | compose: make headerEditor focusing more reliable | Tim Culverhouse |