1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00

alot: added send/draf_box to configuration file

This commit is contained in:
paumr 2019-08-08 14:45:55 +02:00 committed by Matthieu Coudron
parent fcdab6a62d
commit 1499b85ac6

View File

@ -21,6 +21,8 @@ let
realname = realName;
sendmail_command =
optionalString (alot.sendMailCommand != null) alot.sendMailCommand;
sent_box = "maildir" + "://" + maildir.absPath + "/" + folders.sent;
draft_box = "maildir" + "://"+ maildir.absPath + "/" + folders.drafts;
}
// optionalAttrs (aliases != []) {
aliases = concatStringsSep "," aliases;