aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement style configuration.Kalyan Sriram2020-08-061-7/+7
* Revert "Implement style configuration."Reto Brunner2020-07-301-7/+7
* Implement style configuration.Kalyan Sriram2020-07-301-7/+7
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-274-46/+12
* run go fmtReto Brunner2020-07-171-2/+2
* Add additional flagging functionalityARaspiK2020-07-081-86/+135
* Allow open to be asynchronousAndrew Jeffery2020-07-081-1/+1
* pipe: don't crash if part is nilReto Brunner2020-07-051-0/+3
* delete: push unsupported error up to the userReto Brunner2020-07-051-0/+3
* Fix dates in reply/forward commands.Reto Brunner2020-06-262-2/+2
* Rework msglist scrollingJeffas2020-06-093-4/+4
* Revert "Add Style configuration"Drew DeVault2020-05-2810-23/+20
* Revert "Remove duration from the status methods"Drew DeVault2020-05-2810-22/+32
* Remove duration from the status methodsReto Brunner2020-05-2710-32/+22
* Add Style configurationReto Brunner2020-05-2710-20/+23
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+4
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* msg/reply: scoping error of part slice for quotingSrivathsan Murali2020-05-221-1/+1
* Fix typosMartin Michlmayr2020-05-212-2/+2
* msg/forward: fix body part selectionReto Brunner2020-05-171-2/+8
* Move findPlaintext / findFirstNonMultipart to utilsReto Brunner2020-05-172-31/+32