diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/message.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 48ac487088e..418eb14e042 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1688,13 +1688,14 @@ result is inserted. | |||
| 1688 | 1688 | ||
| 1689 | @item message-subject-re-regexp | 1689 | @item message-subject-re-regexp |
| 1690 | @vindex message-subject-re-regexp | 1690 | @vindex message-subject-re-regexp |
| 1691 | @vindex mail-re-regexps | ||
| 1691 | @cindex Aw | 1692 | @cindex Aw |
| 1692 | @cindex Sv | 1693 | @cindex Sv |
| 1693 | @cindex Re | 1694 | @cindex Re |
| 1694 | Responses to messages have subjects that start with @samp{Re: }. This | 1695 | Responses to messages have subjects that start with @samp{Re: }. This |
| 1695 | is @emph{not} an abbreviation of the English word ``response'', but it | 1696 | is @emph{not} an abbreviation of the English word ``response'', but it |
| 1696 | comes from the Latin ``res'', and means ``in the matter of''. Some | 1697 | comes from the Latin ``res'', and means ``in the matter of''. Some |
| 1697 | illiterate nincompoops have failed to grasp this fact, and have | 1698 | standards-challenged companies have failed to grasp this fact, and have |
| 1698 | ``internationalized'' their software to use abominations like | 1699 | ``internationalized'' their software to use abominations like |
| 1699 | @samp{Aw: } (``antwort'') or @samp{Sv: } (``svar'') instead, which is | 1700 | @samp{Aw: } (``antwort'') or @samp{Sv: } (``svar'') instead, which is |
| 1700 | meaningless and evil. However, you may have to deal with users that | 1701 | meaningless and evil. However, you may have to deal with users that |
| @@ -1726,6 +1727,16 @@ responding to a message: | |||
| 1726 | )) | 1727 | )) |
| 1727 | @end lisp | 1728 | @end lisp |
| 1728 | 1729 | ||
| 1730 | You shouldn't need to do this, since the default value of | ||
| 1731 | @code{message-subject-re-regexp} is initialized based on | ||
| 1732 | @code{mail-re-regexps}, which covers most known cases of such | ||
| 1733 | internationalization, and is a lot easier to customize. Customizing | ||
| 1734 | @code{mail-re-regexps} updates @code{message-subject-re-regexp} to | ||
| 1735 | match. | ||
| 1736 | |||
| 1737 | Note that the regexp is matched case-insensitively against the | ||
| 1738 | @samp{Subject} header contents. | ||
| 1739 | |||
| 1729 | @item message-subject-trailing-was-query | 1740 | @item message-subject-trailing-was-query |
| 1730 | @vindex message-subject-trailing-was-query | 1741 | @vindex message-subject-trailing-was-query |
| 1731 | @vindex message-subject-trailing-was-ask-regexp | 1742 | @vindex message-subject-trailing-was-ask-regexp |