home/aerc | tweaks, more config under control
This commit is contained in:
parent
d951498707
commit
680bc92d15
3 changed files with 16 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"text/calendar" = "calendar";
|
||||
"message/delivery-status" = "colorize";
|
||||
"message/rfc822" = "colorize";
|
||||
"text/html" = "! html";
|
||||
"text/html" = "w3m -o display_link_number=1 -T text/html";
|
||||
".headers" = "colorize";
|
||||
};
|
||||
|
||||
|
|
@ -81,5 +81,10 @@
|
|||
recursive = true;
|
||||
target = "aerc/stylesets";
|
||||
};
|
||||
xdg.configFile."aerc/templates" = {
|
||||
source = ./files/aerc/templates;
|
||||
recursive = true;
|
||||
target = "aerc/templates";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue