aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/unsubscribe.go
Commit message (Expand)AuthorAgeFilesLines
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-2/+0
* lint: fix function parameters being overwritten before they are used (SA4009)Moritz Poldrack2022-08-041-2/+2
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+3
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-2/+2
* unsubscribe: select method with the selector dialogKoni Marti2022-05-311-10/+77
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+3
* unsubscribe: parse internationalized headersKoni Marti2022-02-191-1/+5
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-301-2/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-4/+8
* Allow open to be asynchronousAndrew Jeffery2020-07-081-1/+1
* Add postpone commandJeffas2020-04-241-0/+1
* Make the http handler of the unsubscribe command asyncNicolai Dagestad2020-04-161-1/+2
* create OriginalMail structLeszek CimaƂa2020-01-091-0/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-1/+5
* Add signaturesJeffas2019-09-121-0/+1
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-5/+9
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-1/+5
* Add unsubscribe commandBen Burwell2019-07-041-0/+103