aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* commands: add switch-account command for composerKoni Marti2022-09-191-0/+47
* statusline-format: add %p placeholder for current pathBence Ferdinandy2022-09-191-0/+1
* history: store command history in a fileMoritz Poldrack2022-09-141-0/+77
* history: don't store duplicate entriesMoritz Poldrack2022-09-141-1/+3
* commands: add zoxide support via :zBence Ferdinandy2022-09-131-0/+85
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-311-0/+26
* attach: enable path globbingMoritz Poldrack2022-08-301-10/+32
* archive: respect the next-message-on-delete flagBen Cohen2022-08-221-1/+31
* delete: fix find-next functionKoni Marti2022-08-221-3/+6
* mark: (un)mark message threadsKoni Marti2022-08-221-4/+31
* mark: allow multiple visual selectionsKoni Marti2022-08-221-2/+6
* util: fetch message headers for nil messagesKoni Marti2022-08-222-4/+28
* store: extract marking behavior and add testsKoni Marti2022-08-228-18/+22
* binds: display active keybinds in a dialog boxKoni Marti2022-08-221-0/+25
* go: removed io/ioutilMoritz Poldrack2022-08-223-6/+4
* 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