Re: [Mutt] #3349: user configuration of default subject string when replying to emails without subjects
#3349: user configuration of default subject string when replying to emails
without subjects
--------------------------+-------------------------------------------------
Reporter: mikewilliams | Owner: mutt-dev
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: mutt | Version: 1.5.18
Keywords: |
--------------------------+-------------------------------------------------
Comment(by nxvl):
Why not leaving it as simply "RE: "? Attaching patch:
diff -r e9965b78e92d send.c
--- a/send.c Mon Feb 01 23:40:14 2010 -0800
+++ b/send.c Wed Feb 10 13:20:06 2010 -0500
@@ -630,7 +630,7 @@
sprintf (env->subject, "Re: %s", curenv->real_subj); /*
__SPRINTF_CHECKED__ */
}
else if (!env->subject)
- env->subject = safe_strdup ("Re: your mail");
+ env->subject = safe_strdup ("Re: ");
}
void mutt_add_to_reference_headers (ENVELOPE *env, ENVELOPE *curenv, LIST
***pp, LIST ***qq)
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3349#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent