Revert "mbsync: make passwordCommand escaping consistent" (#3657)
This reverts commit e2c1756e3a.
This commit is contained in:
parent
e631d78ddf
commit
1232d0e133
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ let
|
|||
genSection "IMAPAccount ${name}" ({
|
||||
Host = imap.host;
|
||||
User = userName;
|
||||
PassCmd = lib.escapeShellArgs passwordCommand;
|
||||
PassCmd = toString passwordCommand;
|
||||
} // genTlsConfig imap.tls
|
||||
// optionalAttrs (imap.port != null) { Port = toString imap.port; }
|
||||
// mbsync.extraConfig.account) + "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue