commit e74b99019407526f3205f67ec0f14a37ad3578fa (patch) parent 5062d004d35ff121178990e5fecf04ff865de7e2 Author: Alex Karle <alex@alexkarle.com> Date: Sat, 19 Feb 2022 15:35:33 -0500 mblaze: Add default From: and self-Bcc: to new emails See mcom(1) for details on how these are used! Diffstat:
M | .gitignore | | | 2 | ++ |
A | .mblaze/headers | | | 1 | + |
A | .mblaze/profile | | | 2 | ++ |
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -2,3 +2,5 @@ .mblaze/* !.mblaze/mless.in !.mblaze/filter +!.mblaze/headers +!.mblaze/profile diff --git a/.mblaze/headers b/.mblaze/headers @@ -0,0 +1 @@ +Bcc: alex@alexkarle.com diff --git a/.mblaze/profile b/.mblaze/profile @@ -0,0 +1,2 @@ +#: .mblaze/profile -- local email settings, see mblaze-profile(5) +Local-Mailbox: Alex Karle <alex@alexkarle.com>