Opened 13 years ago

Closed 13 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)

Replay_preamble.png (65.5 KB ) - added by taos 13 years ago.

Download all attachments as: .zip

Change History (3)

by taos, 13 years ago

Attachment: Replay_preamble.png added

comment:1 by taos, 13 years ago

Summary: Mail application: line break missing from replay preamble pop-up menuMail application: line break missing from reply preamble pop-up menu

comment:2 by humdinger, 13 years ago

Blocked By: 6721 added
Resolution: duplicate
Status: newclosed

Doppelgänger. :)

Note: See TracTickets for help on using tickets.