home/aerc | more tweeking
This commit is contained in:
parent
83ff222676
commit
a406117232
1 changed files with 15 additions and 23 deletions
|
|
@ -9,6 +9,14 @@
|
|||
msglist-scroll-offset = "1";
|
||||
threading-enabled = " true";
|
||||
threading-by-subject = "true";
|
||||
index-columns = "flags>=,date<=,name<20,subject<*,notmuch>=";
|
||||
column-notmuch =
|
||||
"{{- (map .Labels (exclude .Folder) (exclude \"replied|passed|attachment|flagged|unread|draft\") | join \",\") -}}";
|
||||
};
|
||||
|
||||
hooks = {
|
||||
aerc-startup =
|
||||
"aerc :terminal ikhal && aerc :terminal domailtask.sh && aerc :next-tab";
|
||||
};
|
||||
|
||||
# viewer = { alternatives = "text/html,text/plain"; };
|
||||
|
|
@ -17,6 +25,10 @@
|
|||
focus-body = "false";
|
||||
address-book-cmd = "khard email --parsable -- %s";
|
||||
file-picker-cmd = "lf %s";
|
||||
header-layout = "Subject,From,To,Cc";
|
||||
reply-to-self = "false";
|
||||
empty-subject-warning = true;
|
||||
no-attachment-warning = "attach(ed|ment)";
|
||||
};
|
||||
|
||||
filters = {
|
||||
|
|
@ -35,44 +47,24 @@
|
|||
openers = {
|
||||
"application/octet-stream" = "catdoc %s";
|
||||
"application/ms-tnef" = "tnef -w %s";
|
||||
# "application/msword" = "catdoc %s";
|
||||
# "application/octet-stream" = "unzip -v %s";
|
||||
# "application/pdf" = "pdftotext %s -";
|
||||
"application/pdf" = "mutt_bgrun pdfview %s";
|
||||
# "application/vnd.ms-excel" = "excel2text %s";
|
||||
"application/x-vCalendar" = "mutt-remind";
|
||||
"application/x-zip-compressed" = "unzip -v %s";
|
||||
# "application/vnd.openxmlformats-officedocument.wordprocessingml.document" =
|
||||
# "docx2txt %s";
|
||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document" =
|
||||
"mutt_bgrun libreoffice %s";
|
||||
# "application/msword" = "catdoc %s";
|
||||
"application/msword" = "mutt_bgrun libreoffice %s";
|
||||
# "application/vnd.msword" = "catdoc %s";
|
||||
"application/vnd.msword" = "mutt_bgrun libreoffice %s";
|
||||
# "application/excel" = "excel2text %s";
|
||||
"application/excel" = "mutt_bgrun libreoffice %s";
|
||||
# "application/msexcel" = "excel2text %s";
|
||||
"application/msexcel" = "mutt_bgrun libreoffice %s";
|
||||
# "application/vnd.ms-excel" = "excel2text %s";
|
||||
"application/vnd.ms-excel" = "mutt_bgrun libreoffice %s";
|
||||
# "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" =
|
||||
# "excel2text %s";
|
||||
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" =
|
||||
"mutt_bgrun libreoffice %s";
|
||||
# "application/x-excel" = "excel2text %s";
|
||||
"application/x-excel" = "mutt_bgrun libreoffice %s";
|
||||
# "application/x-msexcel" = "excel2text %s";
|
||||
"application/x-msexcel" = "mutt_bgrun libreoffice %s";
|
||||
# "application/ms-Excel" = "excel2text %s";
|
||||
"application/ms-Excel" = "mutt_bgrun libreoffice %s";
|
||||
# "application/vnd.ms-powerpoint" = "ppt2text %s";
|
||||
"application/vnd.ms-powerpoint" = "mutt_bgrun libreoffice %s";
|
||||
# "application/x-mspowerpoint" = "ppt2text %s";
|
||||
"application/x-mspowerpoint" = "mutt_bgrun libreoffice %s";
|
||||
# "application/ppt" = "ppt2text %s";
|
||||
"application/ppt" = "mutt_bgrun libreoffice %s";
|
||||
# "application/x-loimpress" = "ppt2text %s";
|
||||
"application/x-loimpress" = "mutt_bgrun libreoffice %s";
|
||||
"application/zip" = "unzip -v %s";
|
||||
"image/*" = "mutt_bgrun imv %s";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue