e-mail only the new note

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
nenadv
Posts: 1
Joined: 21 Oct 2011, 16:51

e-mail only the new note

Post 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?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: e-mail only the new note

Post by atrol »

Goto page "My Account" -> "Preferences"
Set "E-mail Notes Limit" to 1
Please use Search before posting and read the Manual
andrea.mills
Posts: 35
Joined: 22 Jul 2011, 12:38

Re: e-mail only the new note

Post by andrea.mills »

does

Code: Select all

$g_default_email_bugnote_limit = 1;
accomplish this globally?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: e-mail only the new note

Post 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.
Please use Search before posting and read the Manual
Post Reply