From 2e821009af339c9bf01d97a825a8d50273088730 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Tue, 15 Nov 2022 22:44:08 +0100 Subject: commands: remove broken :set command This may have worked at some point in time but that is not the case anymore. To accommodate for the rework of the config module, it needs to be removed anyway. Signed-off-by: Robin Jarry Acked-by: Moritz Poldrack --- commands/set.go | 70 --------------------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 commands/set.go (limited to 'commands') diff --git a/commands/set.go b/commands/set.go deleted file mode 100644 index 275f9e66..00000000 --- a/commands/set.go +++ /dev/null @@ -1,70 +0,0 @@ -package commands - -import ( - "errors" - "strings" - - "git.sr.ht/~rjarry/aerc/widgets" - - "github.com/go-ini/ini" -) - -type Set struct{} - -func setUsage() string { - return "set .