downey
(Michael Downey)
2014 年 10 月 16 日午後 9:01
1
As a user, I want to be able to forward an email message to Discourse to start a discussion, without having the topic include all the “FW:”, “Fwd:”, “RE:”, etc. cluttering up the topic line, so that it’s easier to read what the topic is without the useless email junk.
Saw this today when someone forwarded a message to start a discussion about a document he received. There was about 15 characters of junk that I ended up stripping out of the topic title.
「いいね!」 3
Why not just edit the subject line before posting? Or go back later to clean up the post?
lake54
(James Milligan)
2014 年 10 月 18 日午後 5:36
3
It’s something that could be done by Discourse automatically and reduce an admin’s workload (and keep things nice and tidy from the off)
Can you propose a regex here? This might be tricky with nested fwd: re: etc and how many variants? Also needs localization does it not?
jeff_y
2020 年 12 月 11 日午後 9:39
6
メッセージをフォーラムに転送する際、多くの人はメールの慣習に従い、転送や返信に「Fwd:」や「Re:」という接頭辞を追加します。しかし、フォーラムのコンテンツではこれらの接頭辞を含めない別の慣習が用いられています。したがって、メール受信側での変換を行うべきだと考えます。
一部の Discourse インポーターでは、すでにこれらの接頭辞の削除がサポートされています。
# Remove prefixes like [FOO] or (BAR) from topic titles and replace them with tags.
# You can map one or more case-insensitive prefixes to the same tag in Discourse.
# "Tag name in Discourse": "foo"
# "Tag name in Discourse": ["foo", "bar"]
# You can use an empty tag name to remove prefixes without creating a tag in Discourse.
tags:
# "off-topic": "ot"
# announcement: ["ann", "announce", "announcement"]
# "": ["foo", "bar"]
# These prefixes will be removed from the beginning of topic titles. You can use regular expessions.
# Prefixes are case-insensitive. You can add additional prefixes (e.g. localized prefixes from
# https://en.wikipedia.org/wiki/List_of_email_subject_abbreviations#Abbreviations_in_other_languages).
remove_subject_prefixes:
- "Re: "
- "Fwd?: "
「いいね!」 3
ユーザーがこれを失敗するのは確実だと思われますし、Discourse が自動的に処理してくれると期待していました。
「いいね!」 2
Lhc_fl
(Linca)
2023 年 9 月 29 日午後 2:29
10
最近これに少し問題があります。管理者がどのプレフィックスを削除するかを設定できるように、サイト設定に次のような設定を追加してみてはどうでしょうか。
「いいね!」 1
Lhc_fl
(Linca)
2023 年 10 月 31 日午前 8:29
11
「いいね!」 1