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 = {
|
programs.aerc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
# viewer = { alternatives = "text/html,text/plain"; };
|
# viewer = { alternatives = "text/html,text/plain"; };
|
||||||
|
|
||||||
compose = {
|
compose = {
|
||||||
focus-body = "true";
|
focus-body = "false";
|
||||||
address-book-cmd = "khard email --parsable -- %s";
|
address-book-cmd = "khard email --parsable -- %s";
|
||||||
file-picker-cmd = "lf %s";
|
file-picker-cmd = "lf %s";
|
||||||
};
|
};
|
||||||
|
|
@ -28,9 +28,9 @@
|
||||||
".headers" = "colorize";
|
".headers" = "colorize";
|
||||||
};
|
};
|
||||||
|
|
||||||
multipart-converters = {
|
# multipart-converters = {
|
||||||
"text/html" = "links -html-numbered-links 1 -dump -force-html %s";
|
# "text/html" = "links -html-numbered-links 1 -dump -force-html %s";
|
||||||
};
|
# };
|
||||||
|
|
||||||
openers = {
|
openers = {
|
||||||
"application/octet-stream" = "catdoc %s";
|
"application/octet-stream" = "catdoc %s";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue