summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorDaniel <quite@hack.org>2012-03-02 20:51:10 +0100
committerDaniel <quite@hack.org>2012-03-02 21:07:02 +0100
commit4625bebc0b6a81f062d96a55037009c6be6d4551 (patch)
tree54c06ed6fa9b1088ceb5fb62e9818a238919144a /alot
parent6618a763c04243f028d3d14d07da526f911f7ed4 (diff)
Default is capitalized 'Me'
Diffstat (limited to 'alot')
-rw-r--r--alot/defaults/alot.rc.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 962a68bd..9a10467f 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -36,7 +36,7 @@ envelope_headers_blacklist = string_list(default=list(In-Reply-To,References))
thread_authors_replace_me = boolean(default=True)
# Word to replace own addresses with.
-thread_authors_me = string(default='me')
+thread_authors_me = string(default='Me')
# set terminal command used for spawning shell commands
terminal_cmd = string(default='x-terminal-emulator -e')