chore(morty): rework mail configuration

This commit is contained in:
Yorick Barbanneau 2025-08-11 00:35:49 +02:00
parent 97051b5cc2
commit 6ec9a0c4e5
2 changed files with 6 additions and 5 deletions

View file

@ -117,7 +117,7 @@ in
mbox_type = "Maildir";
header_color_partial = "yes";
duplicate_threads = "yes";
index_format = "'%4C| %24.24?GS?%F %GS &%F? %?GD?%GD &%?GR?%GR &%?GU?%GU & ???%?GA?%GA & ?%?GE?%GE & ?%?M?󰘕 %s&%s? %* %?g? %g? %<[y?%<[m?%<[d?%9[%H:%M ]&%9[%a %d ]>&%9[%b %d ]>&%9[%m/%y ]>'";
index_format = "'%4C| %24.24?GS?%F %GS &%F? %?GR?%GR &%?GU?%GU & ??%?GA?%GA & ?%?GE?%GE & ?%?M?󰘕 %s&%s? %* %?g? %g? %<[y?%<[m?%<[d?%9[%H:%M ]&%9[%a %d ]>&%9[%b %d ]>&%9[%m/%y ]>'";
sort_aux = "last-date-sent";
mail_check = "120";
hidden_tags = "inbox,unread,draft,flagged,passed,replied,signed,encrypted,attachment,sent";
@ -193,7 +193,7 @@ in
{ map = [ "index" ]; key = "\\Cy"; action = "previous-line";}
# Reply
{ map =[ "pager" "index" ];gkey = "R"; action = "group-reply";}
{ map =[ "pager" "index" ]; key = "R"; action = "group-reply";}
# sidebar
{ map = [ "index" "pager" ]; key = "<f12>"; action = "sidebar-toggle-visible";}