summaryrefslogtreecommitdiff
path: root/commands
AgeCommit message (Expand)Author
2022-07-26sort: clear sort criteria when called without argumentsTim Culverhouse
2022-07-26sort: show warning when sort is not supportedKoni Marti
2022-07-26delete: improve find next functionKoni Marti
2022-07-26msgstore: implement a uid-based architectureKoni Marti
2022-07-24delete: select new last message if last message was deletedTim Culverhouse
2022-07-24delete: move tab replace logic into Done callbackTim Culverhouse
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-14send: enter no-quit mode until message is sentKoni Marti
2022-07-14commands: implement a no-quit modeKoni Marti
2022-07-14pipe: use go-mbox for writing multiple messagesKoni Marti
2022-07-14account: import mbox file to a folderKoni Marti
2022-07-14account: export folder to mbox fileKoni Marti
2022-07-10threading: refactor reselect logicTim Culverhouse
2022-07-10threading: enable filtering of server-side threadsTim Culverhouse
2022-07-10threading: enable toggle-threads for server-side threadsTim Culverhouse
2022-07-10recall: support pgp/mime messagesKoni Marti
2022-07-10recall: append attachmentsKoni Marti
2022-07-10recall: confirm deleting message when not sentKoni Marti
2022-07-10postpone: avoid calling WriteMessage twiceKoni Marti
2022-07-02commands: implement prompt completionSergey Smirnykh
2022-07-02forward: remove crlf in text bodyKoni Marti
2022-07-02forward: provide option to append all attachmentsKoni Marti
2022-07-02compose: refactor attachment handlingKoni Marti
2022-06-26open: fix mimetype discovery for encrypted or signed messagesTim Culverhouse
2022-06-24pgp: fix pipe|open|save command behaviorTim Culverhouse
2022-06-14msgviewer: open http links from messagesKoni Marti
2022-06-14visual-mode: deselect messages after performing commandTim Culverhouse
2022-05-31unsubscribe: select method with the selector dialogKoni Marti
2022-05-31invites: reply with accept, accept-tentative or declineKoni Marti
2022-05-23help: add completionsTim Culverhouse
2022-05-06pgp: add attach key commandTim Culverhouse
2022-05-06pgp: check encryption keys before sending messageTim Culverhouse
2022-05-04pgp: check for signing key before signing timeTim Culverhouse
2022-04-29recall: mention the -f option in the error messageinwit
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-04-25filter: clear filter when called with no argsKoni Marti
2022-04-17store: keep current message selectedKoni Marti
2022-04-14forward: allow ':forward -A' with no addressTim Culverhouse
2022-04-06fix: out-of-bounds error in command headerMoritz Poldrack
2022-04-06header: remove trailing colon in header fieldMoritz Poldrack
2022-04-06compose: parse headers correctly from -HEvan Gates
2022-03-31save: fix path completionRobin Jarry
2022-03-25statusline: indicate when sorting is in progressKoni Marti
2022-03-25sort: keep sort criteria applied to folderKoni Marti
2022-03-24save: add -a option to save all attachmentsRobin Jarry
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-23statusline: make statusline folder-specificKoni Marti
2022-03-22compose: make headerEditor focusing more reliableTim Culverhouse