Skip to content

Provide option to use msmtpq wrapper script instead of msmtp #2933

@mntn-xyz

Description

@mntn-xyz

If msmtp is enabled, the git configuration is generated using msmtp: see git.nix. Msmtp comes with msmtpq, which queues the email for later sending if the SMTP server is unavailable. This is essential for an offline-first workflow.

I note that code in other areas references msmtpq, for instance neomutt-accounts.nix uses msmtpq automatically if msmtp is enabled. Is there any reason not to do the same for git?

If all packages should use msmtpq by default, then it makes sense to use it everywhere. If it should be selectable, then msmtp should have a flag to use msmtpq.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions