1
0
Fork 0

Simplify sender address

This commit is contained in:
Malte 2023-05-17 12:24:58 +02:00
parent 5f48e22eab
commit 75a814b4f8

View file

@ -166,7 +166,7 @@ in {
set sort=threads
set sort_aux=last-date-received
set realname="${name}"
set from=fill-later
set from=malte.ott@maralorn.de
set use_from=yes
set fast_reply=yes
set mailcap_path=${mailcap};
@ -204,17 +204,17 @@ in {
ignore *
unignore from date cc bcc to subject list-unsubscribe
alias f__0 ${name} <${mail}>
${
builtins.concatStringsSep "\n"
(
lib.imap1 (n: x: "alias f__${toString n} ${name} <${x}>")
alternates
)
}
send2-hook '~f fill-later' "push <edit-from><kill-line>f__<complete><search>${mail}<enter>"
set query_command = "${pkgs.khard}/bin/khard email --parsable %s"
'';
#alias f__0 ${name} <${mail}>
#${
# builtins.concatStringsSep "\n"
# (
# lib.imap1 (n: x: "alias f__${toString n} ${name} <${x}>")
# alternates
# )
#}
#send2-hook '~f fill-later' "push <edit-from><kill-line>f__<complete><search>${mail}<enter>"
};
};
}