Soluções dentro do Mutt
Não estou achando muita coisa sobre como fazer isso. Mutt tem variáveis * _format, eu suspeito que você poderia usá-las para controlar pager_format
e index_format
, por exemplo:
set index_format="%4C %Z %[!%y-%m%d] %-18.18F (%4c) %s"
set pager_format="%S [%C] %n (%l) %s"
Mas eu não acho que isso vai te dar o que você quer. Também encontrei uma versão corrigida do mutt aqui, intitulada: Patch da barra lateral da Mutt (lista de pastas) , mas novamente cria uma barra lateral e não parece dar o que você deseja.
Então,achoquevocêpodeestarsemsorte,alémdemodificaraorigemdomutt
emsi.
Usandoumpagerexterno?
Comoalternativa,talvezvocêpossautilizarvim
comoumpagerparaoMutt.Encontreiestepostintitulado:
trecho
Integrates with my favorite text editor.
With Mutt's focus on mail, it doesn't include it's own message editor, but allows me to use one of my choosing. I consider this a feature. Using vim as my editor, I have Mutt configured to allow me to edit the full headers, opening the message with the cursor just below the subject line. For that I've added the following to my
.muttrc
file:set edit_headers set editor="vim +/^$ ++1"
Editing the full headers is nice because I don't to have to worry about how to add a standard or non-standard header to a message. I can edit them all with the ease I perform other text editing.
On the vim side, I have it configured to recognize the temporary files that Mutt creates as "mail" files, and highlight and format them accordingly. The relevant line in
.vimrc
file looks like this:" set up syntax highlighting for my e-mail au BufRead,BufNewFile .followup,.article,.letter,/tmp/pico*,nn.*,snd.*,/tmp/mutt* :set ft=mail
Com um pager alternativo configurado, você pode definir o foldcolumn
em vim
da seguinte forma:
:set foldcolumn=<width>
OBSERVAÇÃO:Issoéumtruque,usandooespaçodacalhadadobradessamaneira,masfunciona.Vocêestálimitadoaapenas12espaçosnomáximocomessaabordagem.
Seissonãofuncionarparavocê,vejaalgunsoutrosmétodospararealizaroalinhamentoemvim
nesteSOQ&Aintitulado: