aerc | more tweaks
This commit is contained in:
parent
ed6adb7b1d
commit
3621c490db
1 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{ ... }: {
|
||||
programs.aerc = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
# viewer = { alternatives = "text/html,text/plain"; };
|
||||
|
||||
compose = {
|
||||
focus-body = "true";
|
||||
focus-body = "false";
|
||||
address-book-cmd = "khard email --parsable -- %s";
|
||||
file-picker-cmd = "lf %s";
|
||||
};
|
||||
|
|
@ -28,9 +28,9 @@
|
|||
".headers" = "colorize";
|
||||
};
|
||||
|
||||
multipart-converters = {
|
||||
"text/html" = "links -html-numbered-links 1 -dump -force-html %s";
|
||||
};
|
||||
# multipart-converters = {
|
||||
# "text/html" = "links -html-numbered-links 1 -dump -force-html %s";
|
||||
# };
|
||||
|
||||
openers = {
|
||||
"application/octet-stream" = "catdoc %s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue