* src/compose.c
[claws.git] / src / common / utils.c
index eab6c969aaa637025ef90b11bb0756c3b0259c64..dd29497363e6b1d8a5128160499a639f7992daf6 100644 (file)
@@ -3297,7 +3297,8 @@ int subject_get_reply_prefix_length(const gchar *subject)
                "Antw\\:",                      /* "Antw:" (Dutch / German Outlook) */
                "Aw\\:",                        /* "Aw:"   (German) */
                "Antwort\\:",                   /* "Antwort:" (German Lotus Notes) */
-               "Res\\:"                        /* "Res:" (Brazilian Outlook) */
+               "Res\\:",                       /* "Res:" (Brazilian Outlook) */
+               "Fw\\:"                         /* "Fw:" Forward */
                /* add more */
        };
        const int REPLY_PREFIXES = sizeof reply_prefixes / sizeof reply_prefixes[0];