Register mailing list and use formatter %L over %F

This commit is contained in:
Jean-Claude 2024-01-06 15:02:51 +01:00
parent 346ab4691c
commit bdbe39f991
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set sort = 'last-date-received' # last sorts by last descendant instead of the
set sort_aux = 'date-received'
set date_format="%d/%m/%y %H:%M"
set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)"
set index_format="%2C %zs %?X?A& ? %D %-15.15L %s (%-4.4c)"
set markers = no # Disables the `+` displayed at line wraps
set mailcap_path = ~/.config/mutt/mailcap
set print_command="/usr/bin/muttprint -r ~/.config/muttprint/muttprintrc"
@ -204,5 +204,7 @@ set query_command = "khard email --parsable %s"
bind editor <Tab> complete-query
bind editor ^T complete
## Mailing Lists
subscribe @lists.archlinux.org
# vim: filetype=neomuttrc