aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/align.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/align.go')
-rw-r--r--commands/account/align.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/align.go b/commands/account/align.go
index e4c1379a..83bb5b64 100644
--- a/commands/account/align.go
+++ b/commands/account/align.go
@@ -16,6 +16,10 @@ func init() {
commands.Register(Align{})
}
+func (Align) Description() string {
+ return "Align the message list view."
+}
+
var posNames []string = []string{"top", "center", "bottom"}
func (a *Align) ParsePos(arg string) error {