bind tag-prefix when display message

2016-01-25 Thread Marco Dickert
Hi there, I have a little problem configuring mutt. When displaying a message mutt shows 15 index lines above the pager. Unfortunately it is not possible in the pager-view to use ";" (tag-prefix), e.g. to move all tagged messages to another folder. If I try to add this keybinding by adding this l

Re: bind tag-prefix when display message

2016-01-25 Thread Marco Dickert
> In a macro, such as the one above, it seems that tag-prefix-cond needs > to be used instead. [...] > > Does that work? I don't know if I get you right, but I tried it that way: macro pager ";" This generates no error at startup, but does not work either (error: key not bound). -- M

Re: bind tag-prefix when display message

2016-01-25 Thread Marco Dickert
> Since my bindings work without the angle brackets, they appear to be a > documentation peculiarity. I grok their use for containing keyboard > chords, but they don't make much sense for a literal function name. Well, if I omit the angle brackets my mutt interprets this macro as a series of keyst

Re: What do different characters mean that appear in the columns between the message number and the date?

2017-07-19 Thread Marco Dickert
ates "^.*?@misterunknown\.de" -- Marco Dickert ma...@misterunknown.de https://misterunknown.de smime.p7s Description: S/MIME cryptographic signature

Re: line editor keybindings

2018-03-13 Thread Marco Dickert
> set editor=vim You also may want to use a mutt-dedicated vim configuration, like I do: set editor="/usr/bin/vim -c ~/.mutt/vimrc" My ~/.mutt/vimrc looks like this: syntax on set background=dark set showcmd set showmatch set tabstop=4 set sw=4 set expandtab set ft