From d0fce628ad33c1f51053678c62de4d7341656dfb Mon Sep 17 00:00:00 2001 From: Thomas Weißschuh Date: Fri, 15 Jun 2012 16:02:52 +0000 Subject: implement setting: reply_subject_prefix --- alot/defaults/alot.rc.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alot/defaults/alot.rc.spec') diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec index 09dd51ad..a3bda162 100644 --- a/alot/defaults/alot.rc.spec +++ b/alot/defaults/alot.rc.spec @@ -119,6 +119,10 @@ prompt_suffix = string(default=':') # String prepended to line when quoting quote_prefix = string(default='> ') +# String prepended to subject header on reply +# only if original subject doesn't start with 'Re:' or this prefix +reply_subject_prefix = string(default='Re: ') + # Key bindings [bindings] __many__ = string(default=None) -- cgit v1.2.3