aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-02-28 23:55:20 +0100
committerRobin Jarry <robin@jarry.cc>2024-03-04 22:30:14 +0100
commit2453375721832304b512380e6610de2c3d765bd5 (patch)
tree25960ef9ebb75ecb9c8b53fab4d2eea958c9e57f /commands/patch
parent963633eb83dc19089236ac78ba9d823e7e2a6df9 (diff)
downloadaerc-2453375721832304b512380e6610de2c3d765bd5.tar.gz
commands: rename confusing constants
There is an overlap between ACCOUNT and MESSAGE. Rename ACCOUNT to MESSAGE_LIST and use MESSAGE_LIST|MESSAGE_VIEWER instead of MESSAGE. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'commands/patch')
-rw-r--r--commands/patch/apply.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/apply.go b/commands/patch/apply.go
index c9818876..6554ad8b 100644
--- a/commands/patch/apply.go
+++ b/commands/patch/apply.go
@@ -25,7 +25,7 @@ func init() {
}
func (Apply) Context() commands.CommandContext {
- return commands.MESSAGE
+ return commands.MESSAGE_LIST | commands.MESSAGE_VIEWER
}
func (Apply) Aliases() []string {