aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:20:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-20 17:21:13 +1200
commit6d310f0f14176f15013c6f2284ec245d3534cb2a (patch)
tree3e1836f8bdf0f68971bfbaae125db59b940121e9
parentSeparate local muttrc from aliases file (diff)
downloaddotfiles-6d310f0f14176f15013c6f2284ec245d3534cb2a.tar.gz
dotfiles-6d310f0f14176f15013c6f2284ec245d3534cb2a.zip
Add a few missing periods
-rw-r--r--mutt/muttrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 7a1e3e31..8d7b57fb 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -17,7 +17,7 @@ set abort_noattach_regexp = "attached is|(find|i've|see) attached"
# Don't assume I don't want to continue editing a message if I didn't change
# anything to it; if I want to send a message with just my signature, that's my
-# right
+# right.
#
unset abort_unmodified
@@ -101,7 +101,7 @@ set quit = ask-yes
# I prefer a slightly stricter pattern to match what is and isn't a quote; this
# avoids flagging things like closing braces on new lines in code blocks as
-# quotes
+# quotes.
#
set quote_regexp = '^(>[ \t]*)+'
@@ -188,7 +188,7 @@ set autocrypt_dir \
= ~/.local/share/mutt/autocrypt
# Set custom filter to generate an HTML part for plain-text messages in
-# Markdown style; defaults to off, per God's will and common decency
+# Markdown style; defaults to off, per God's will and common decency.
#
set send_multipart_alternative_filter \
= ~/.local/libexec/mutt/filters/markdown-to-html