From 4625bebc0b6a81f062d96a55037009c6be6d4551 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 2 Mar 2012 20:51:10 +0100 Subject: Default is capitalized 'Me' --- alot/defaults/alot.rc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3