aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* pgp: enable quoted replies of encrypted messagesTim Culverhouse2022-08-311-0/+26
* 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-221-2/+9
* store: extract marking behavior and add testsKoni Marti2022-08-228-18/+22
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-051-0/+3
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-1/+1
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-045-15/+15
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-045-12/+42
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-042-3/+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-0111-33/+26
* 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
* pipe: fix ordering by message id for long patch seriesRobin Jarry2022-08-011-9/+40
* delete: improve find next functionKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-262-3/+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-233-6/+9
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-236-7/+7
* pipe: use go-mbox for writing multiple messagesKoni Marti2022-07-141-38/+13
* threading: refactor reselect logicTim Culverhouse2022-07-101-1/+1
* 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
* forward: remove crlf in text bodyKoni Marti2022-07-021-1/+5
* forward: provide option to append all attachmentsKoni Marti2022-07-021-14/+53
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-241-2/+5
* 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
* recall: mention the -f option in the error messageinwit2022-04-291-2/+2
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* store: keep current message selectedKoni Marti2022-04-171-0/+1
* forward: allow ':forward -A' with no addressTim Culverhouse2022-04-141-6/+9
* logging: added a log on panicMoritz Poldrack2022-03-233-0/+11
* compose: make headerEditor focusing more reliableTim Culverhouse2022-03-221-1/+1
* statusline: implement per-account statusKoni Marti2022-03-181-0/+2
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-122-9/+8
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-1/+1
* reply: add automatic replacement of localized Re:Moritz Poldrack2022-03-031-6/+10
* pipe: allow piping multiple marked messagesRobin Jarry2022-02-251-9/+102
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+3