Hello
I was trying to make each key bind to the same functions in every menu when
I discovered this (bug?):
# This works as expected
macro index I "<change-folder>!\n" "Goto Inbox"
# This produces an error when "I" is pressed
macro browser I "<change-folder>!\n" "Goto Inbox"
# I added this line by mistake. When "c" is pressed mutt stops
# responding to keyboard input and jumps to 100% cpu utilization:
macro browser c "<change-folder>!\n" "Goto Inbox"
Another thing I consider to be a usability bug is that the "mail"-function
isn't available under the "browser"-menu.
-Jens