aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-051-0/+3
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-042-2/+2
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-0414-48/+42
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-046-13/+46
* lint: simplify code (gosimple)Moritz Poldrack2022-08-041-4/+1
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-043-4/+0
* lint: fix function parameters being overwritten before they are used (SA4009)Moritz Poldrack2022-08-041-2/+2
* lint: formatted codeMoritz Poldrack2022-08-041-1/+3
* lint: apply new formatting rulesMoritz Poldrack2022-08-0123-79/+53
* msglist: remove invalidate from commands which remove messagesTim Culverhouse2022-08-013-7/+0
* archive,move: fix reselect next messageTim Culverhouse2022-08-012-2/+6
* msgstore: leave visual-mark mode after certain commandsTim Culverhouse2022-08-013-0/+7
* commands: add check-mail commandTim Culverhouse2022-08-011-0/+31
* pipe: fix ordering by message id for long patch seriesRobin Jarry2022-08-011-9/+40
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-2/+6
* sort: clear sort criteria when called without argumentsTim Culverhouse2022-07-261-1/+1
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+6
* delete: improve find next functionKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-263-5/+2
* delete: select new last message if last message was deletedTim Culverhouse2022-07-241-0/+7
* delete: move tab replace logic into Done callbackTim Culverhouse2022-07-241-27/+25
* logging: use level-based logger functionsRobin Jarry2022-07-237-28/+33
* tabs: make fields privateRobin Jarry2022-07-233-15/+16
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-2327-31/+31
* send: enter no-quit mode until message is sentKoni Marti2022-07-141-0/+7
* commands: implement a no-quit modeKoni Marti2022-07-142-3/+46
* pipe: use go-mbox for writing multiple messagesKoni Marti2022-07-141-38/+13
* account: import mbox file to a folderKoni Marti2022-07-141-0/+153
* account: export folder to mbox fileKoni Marti2022-07-141-0/+126
* threading: refactor reselect logicTim Culverhouse2022-07-102-3/+2
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-102-9/+14
* threading: enable toggle-threads for server-side threadsTim Culverhouse2022-07-101-2/+2
* recall: support pgp/mime messagesKoni Marti2022-07-101-55/+70
* recall: append attachmentsKoni Marti2022-07-101-2/+30
* recall: confirm deleting message when not sentKoni Marti2022-07-101-9/+34
* postpone: avoid calling WriteMessage twiceKoni Marti2022-07-101-9/+4
* commands: implement prompt completionSergey Smirnykh2022-07-022-2/+57
* forward: remove crlf in text bodyKoni Marti2022-07-021-1/+5
* forward: provide option to append all attachmentsKoni Marti2022-07-021-14/+53
* compose: refactor attachment handlingKoni Marti2022-07-021-2/+1
* open: fix mimetype discovery for encrypted or signed messagesTim Culverhouse2022-06-261-1/+1
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-243-11/+10
* msgviewer: open http links from messagesKoni Marti2022-06-141-1/+19
* visual-mode: deselect messages after performing commandTim Culverhouse2022-06-145-2/+11
* unsubscribe: select method with the selector dialogKoni Marti2022-05-311-10/+77
* invites: reply with accept, accept-tentative or declineKoni Marti2022-05-311-0/+190
* help: add completionsTim Culverhouse2022-05-231-2/+15
* pgp: add attach key commandTim Culverhouse2022-05-061-0/+32
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-061-12/+0
* pgp: check for signing key before signing timeTim Culverhouse2022-05-041-1/+4