Created
January 18, 2021 12:16
-
-
Save flatcap/4a5e15f11f76115fb26be963e93ca11f to your computer and use it in GitHub Desktop.
neomutt group attachment test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set record = no | |
set postpone = no | |
set editor="lorem 1 | fmt >> %s" | |
set sendmail="sendmail.sh" | |
set smtp_url="" | |
macro index,pager <F1> "[email protected]<enter>test<enter>" | |
macro compose <F2> "abrowser.c<enter>abrowser.h<enter>acommands.c<enter>acommands.h<enter>aenriched.c<enter>aenriched.h<enter>" | |
macro compose <F3> "HjTjTjT" | |
# vim: syn=neomuttrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DIR="sent" | |
mkdir -p "$DIR" | |
cat >> "$DIR/$(date '+%H:%M:%S')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment