mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 05:03:09 +00:00
alot: added send/draf_box to configuration file
This commit is contained in:
parent
fcdab6a62d
commit
1499b85ac6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue