notmuch: add "tag" alias for modify-labels command
In order to make things easier for newcomers from notmuch, add a tag command which is just an alias for modify-labels. Signed-off-by: inwit <inwit@sindominio.net> Acked-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
parent
00daa226f4
commit
e46e3d4227
2 changed files with 2 additions and 1 deletions
commands/msg
|
@ -16,7 +16,7 @@ func init() {
|
|||
}
|
||||
|
||||
func (ModifyLabels) Aliases() []string {
|
||||
return []string{"modify-labels"}
|
||||
return []string{"modify-labels", "tag"}
|
||||
}
|
||||
|
||||
func (ModifyLabels) Complete(aerc *widgets.Aerc, args []string) []string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue