aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* threading: implement on-the-fly message threadingKoni Marti2022-02-241-0/+39
* unsubscribe: parse internationalized headersKoni Marti2022-02-191-1/+5
* compose: add option to never include your own address when replyingjohn1doe@ya.ru2022-01-311-0/+13
* reply: use new-message template for non-quoted repliesRobin Jarry2022-01-271-0/+3
* recall: allow recalling messages from any folderinwit2021-12-131-5/+21
* go.mod: change base git urlRobin Jarry2021-11-0514-46/+46
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-072-11/+22
* Fix linter warningsReto Brunner2021-02-263-8/+7
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-308-9/+9
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-301-2/+1
* reply: add References headerReto Brunner2020-11-141-1/+28
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-141-4/+7
* compose: use a proper header instead of a string mapReto Brunner2020-11-144-33/+35
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-142-12/+10
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-7/+8
* reply: don't override the answered flag if we didn't sendReto Brunner2020-09-211-1/+3
* reply: use set instead of linear searchReto Brunner2020-08-271-45/+70
* msg/reply: don't cc the sending address on reply allReto Brunner2020-08-201-2/+2
* Add account alias configuration and correctly set From fieldy0ast2020-08-201-1/+24
* msg/reply: handle addresses as addressesReto Brunner2020-08-201-24/+20
* base models.Address on the mail.Address typeReto Brunner2020-08-201-1/+2