Skip to content

neomutt/signature: add support for command#2899

Merged
sumnerevans merged 1 commit intomasterfrom
neomutt-add-signature-command
Apr 29, 2022
Merged

neomutt/signature: add support for command#2899
sumnerevans merged 1 commit intomasterfrom
neomutt-add-signature-command

Conversation

@sumnerevans
Copy link
Copy Markdown
Contributor

Description

Neomutt will run the given command and take the output from stdout and
use it as the signature for your email

Checklist

  • Change is backwards compatible.

  • Code formatted with ./format.

  • Code tested through nix-shell --pure tests -A run.all.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.

    • Added myself and the module files to .github/CODEOWNERS.

@sumnerevans sumnerevans requested a review from berbiche April 18, 2022 14:55
@sumnerevans sumnerevans requested a review from rycee as a code owner April 18, 2022 14:55
Comment thread modules/accounts/email.nix Outdated
Comment thread modules/programs/neomutt.nix
Comment thread tests/modules/programs/neomutt/neomutt-with-signature.nix Outdated
@sumnerevans sumnerevans force-pushed the neomutt-add-signature-command branch from c73c2ec to b4063f5 Compare April 23, 2022 14:31
@rycee rycee force-pushed the neomutt-add-signature-command branch 2 times, most recently from cd9bb29 to 58d97df Compare April 23, 2022 16:52
Comment thread modules/programs/neomutt.nix Outdated
Comment thread modules/accounts/email.nix Outdated
@rycee
Copy link
Copy Markdown
Member

rycee commented Apr 23, 2022

Sorry, I force pushed the branch with a few minor cleanups before noticing the things I commented on above.

Neomutt will run the given command (which can be a string or a path)
and take the output from stdout and use it as the signature for your
email.

Co-authored-by: Nicolas Berbiche <nicolas@normie.dev>
@sumnerevans sumnerevans force-pushed the neomutt-add-signature-command branch from 58d97df to ebec2a6 Compare April 29, 2022 19:37
@sumnerevans sumnerevans merged commit f8b51be into master Apr 29, 2022
@berbiche berbiche deleted the neomutt-add-signature-command branch May 2, 2022 19:26
@teto teto mentioned this pull request Aug 22, 2022
7 tasks
teto pushed a commit to teto/home-manager that referenced this pull request Aug 22, 2022
Neomutt will run the given command (which can be a string or a path)
and take the output from stdout and use it as the signature for your
email.

Co-authored-by: Nicolas Berbiche <nicolas@normie.dev>
spacekookie pushed a commit to spacekookie/home-manager that referenced this pull request Feb 10, 2023
Neomutt will run the given command (which can be a string or a path)
and take the output from stdout and use it as the signature for your
email.

Co-authored-by: Nicolas Berbiche <nicolas@normie.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants