mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

"Re: your mail" sounds like spam, just say "Re:"

+1 -1
+1 -1
send.c
··· 754 754 sprintf (env->subject, "Re: %s", curenv->real_subj); /* __SPRINTF_CHECKED__ */ 755 755 } 756 756 else if (!env->subject) 757 - env->subject = safe_strdup ("Re: your mail"); 757 + env->subject = safe_strdup ("Re:"); 758 758 } 759 759 760 760 void mutt_add_to_reference_headers (ENVELOPE *env, ENVELOPE *curenv, LIST ***pp, LIST ***qq)