chore(morty): rework mail configuration
This commit is contained in:
parent
97051b5cc2
commit
6ec9a0c4e5
2 changed files with 6 additions and 5 deletions
|
@ -3,10 +3,11 @@
|
||||||
email = {
|
email = {
|
||||||
enable = true;
|
enable = true;
|
||||||
accountConfigs = {
|
accountConfigs = {
|
||||||
ubordeaux = inputs.nix-private.mail.ubordeaux;
|
a = inputs.nix-private.mail.xiemeart;
|
||||||
xiemeart = inputs.nix-private.mail.xiemeart;
|
b = inputs.nix-private.mail.ephase;
|
||||||
|
c = inputs.nix-private.mail.ubordeaux;
|
||||||
};
|
};
|
||||||
primary = "xiemeart";
|
primary = "a";
|
||||||
};
|
};
|
||||||
application = {
|
application = {
|
||||||
gnupg = {
|
gnupg = {
|
||||||
|
|
|
@ -117,7 +117,7 @@ in
|
||||||
mbox_type = "Maildir";
|
mbox_type = "Maildir";
|
||||||
header_color_partial = "yes";
|
header_color_partial = "yes";
|
||||||
duplicate_threads = "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";
|
sort_aux = "last-date-sent";
|
||||||
mail_check = "120";
|
mail_check = "120";
|
||||||
hidden_tags = "inbox,unread,draft,flagged,passed,replied,signed,encrypted,attachment,sent";
|
hidden_tags = "inbox,unread,draft,flagged,passed,replied,signed,encrypted,attachment,sent";
|
||||||
|
@ -193,7 +193,7 @@ in
|
||||||
{ map = [ "index" ]; key = "\\Cy"; action = "previous-line";}
|
{ map = [ "index" ]; key = "\\Cy"; action = "previous-line";}
|
||||||
|
|
||||||
# Reply
|
# Reply
|
||||||
{ map =[ "pager" "index" ];gkey = "R"; action = "group-reply";}
|
{ map =[ "pager" "index" ]; key = "R"; action = "group-reply";}
|
||||||
|
|
||||||
# sidebar
|
# sidebar
|
||||||
{ map = [ "index" "pager" ]; key = "<f12>"; action = "sidebar-toggle-visible";}
|
{ map = [ "index" "pager" ]; key = "<f12>"; action = "sidebar-toggle-visible";}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue