Opened 14 years ago
Closed 14 years ago
#7415 closed bug (duplicate)
Mail application: line break missing from reply preamble pop-up menu
Reported by: | taos | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Mail | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #6721 | Blocking: | |
Platform: | All |
Description
Using hrev41131 (gcc2hybrid).
The 'Replay preamble' menu doesn't show '\n' as the correct combination to insert a line break (see ). If you choose ' - Newline' from the menu, instead of line break space is inserted before the quoted text.
In source code (src/apps/mail/Prefs.cpp) I found the following expression for the menu:
BMenu* TPrefsWindow::_BuildReplyPreambleMenu() { const char *substitutes[] = { /* To do: Not yet working, leave out for 2.0.0 beta 4: "%f - First name", "%l - Last name", */ B_TRANSLATE("%n - Full name"), B_TRANSLATE("%e - E-mail address"), B_TRANSLATE("%d - Date"), "", B_TRANSLATE("\\n - Newline"), NULL };
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | Replay_preamble.png added |
---|
comment:1 by , 14 years ago
Summary: | Mail application: line break missing from replay preamble pop-up menu → Mail application: line break missing from reply preamble pop-up menu |
---|
comment:2 by , 14 years ago
Blocked By: | 6721 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Doppelgänger. :)