rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

commit 8745165fc4b6952ccd4ed6c73db36d6ee82ca956
parent c44f19f80d5f25f052f62dcefc6137df8b86aad7
Author: parazyd <parazyd@dyne.org>
Date:   Thu,  1 Mar 2018 02:22:39 +0100

Default to 8-bit MIME.

Diffstat:
Mmutt/general | 2++
Mrohrpost.c | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/mutt/general b/mutt/general @@ -1,5 +1,7 @@ set charset = "utf-8" set send_charset = "utf-8" +set assumed_charset = "utf-8" +set use_8bitmime unset beep unset help diff --git a/rohrpost.c b/rohrpost.c @@ -16,7 +16,7 @@ char *argv0; void usage(void) { - die("usage: %s cmd [args]", argv0); + die("usage: %s cmd [args]\n", argv0); } struct command {