Skip to content

Instantly share code, notes, and snippets.

@flatcap
Created January 18, 2021 12:16
Show Gist options
  • Save flatcap/4a5e15f11f76115fb26be963e93ca11f to your computer and use it in GitHub Desktop.
Save flatcap/4a5e15f11f76115fb26be963e93ca11f to your computer and use it in GitHub Desktop.
neomutt group attachment test
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
#!/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