You are not logged in.

#1 2021-11-03 19:31:48

sudoku
Member
Registered: 2012-10-31
Posts: 95

[SOLVED] neomutt: bindin t to noop still outputs "t will alias td"

I'm having a strange issue setting up neomutt bindings.

I'm trying to set up t + another key to assign tags to messages with notmuch. However, whenever I fire up neomutt, it complains that:

binding 't' will alias 'td'   Before,try: 'bind index td noop' neomutt.org/guide/configuration.html#bind-warnings

Here's the relevant bit of my neomuttrc:

bind index t noop
macro index tx "<modify-labels>!star<enter>" "Toggle 'star'"
macro index tt "<modify-labels>!todo<enter>" "toggle 'todo' tag"
macro index td "<modify-labels>+done -todo" "Mark as 'done'"

I've also tried 'unbind index t'. No matter what, I still get that annoying message whenever I load neomutt.

I should make it clear that after the warning/error message, neomutt proceeds to working perfectly and tags/untags the message correctly.

Could anyone give me a hint as to any potential mistakes in my config?

Last edited by sudoku (2021-11-05 12:19:38)

Offline

#2 2021-11-05 12:18:50

sudoku
Member
Registered: 2012-10-31
Posts: 95

Re: [SOLVED] neomutt: bindin t to noop still outputs "t will alias td"

I  was double-sourcing the bindings file. neutral

Offline

Board footer

Powered by FluxBB