diff --git a/modules/programs/msmtp-accounts.nix b/modules/programs/msmtp-accounts.nix index 1730232d..fedddb69 100644 --- a/modules/programs/msmtp-accounts.nix +++ b/modules/programs/msmtp-accounts.nix @@ -11,14 +11,14 @@ with lib; Whether to enable msmtp. If enabled then it is possible to use the - command line option to send a - message for a given account using the msmtp - or msmtpq tool. For example, - msmtp --account=private - would send using the account defined in + --account command line + option to send a message for a given account using the + msmtp or msmtpq tool. + For example, msmtp --account=private would + send using the account defined in . If the - option is not given then the - primary account will be used. + --account option is not + given then the primary account will be used. ''; };