Page 1 of 1

e-mail only the new note

Posted: 21 Oct 2011, 18:03
by nenadv
Is it possible to configure Mantis to e-mail only the new note, instead of e-mailing the whole thread on any new note?

Re: e-mail only the new note

Posted: 22 Oct 2011, 14:36
by atrol
Goto page "My Account" -> "Preferences"
Set "E-mail Notes Limit" to 1

Re: e-mail only the new note

Posted: 24 Oct 2011, 13:58
by andrea.mills
does

Code: Select all

$g_default_email_bugnote_limit = 1;
accomplish this globally?

Re: e-mail only the new note

Posted: 24 Oct 2011, 15:12
by atrol
andrea.mills wrote:does

Code: Select all

$g_default_email_bugnote_limit = 1;
accomplish this globally?
I didn't try, but typically the configuration of MantisBT works the following way: First look at the database customization and preferences, after that look at global variables.
$g_default_email_bugnote_limit is a fallback value if a user did not store any preferences for any project.