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";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@
|
|||
urlscan
|
||||
vdirsyncer
|
||||
vlock
|
||||
w3m
|
||||
wget
|
||||
wthrr
|
||||
zip
|
||||
|
|
|
|||
9
home/common/files/aerc/templates/new_message
Normal file
9
home/common/files/aerc/templates/new_message
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
X-Mailer: aerc {{ version }}
|
||||
X-Rock-and-Roll: true
|
||||
{{- with .Signature }}
|
||||
|
||||
{{.}}
|
||||
|
||||
--
|
||||
Don Harper
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue