On Thu, 2010-07-08 at 12:24 +0300, Doruk Fisek wrote: > Hi, > > Thu, 08 Jul 2010 10:44:13 +0200, Roger Oberholtzer > <[email protected]> : > > > > In Wiki, users can click on "Watch This" and receive mail from > > > changes of that page. > > > Is it possible for a user to choose to "watch" a component's all > > > ticket changes and additions? > > I have this for wiki and tickets. Perhaps is it configurable. You are > > using the AnnouncerPlugin to get this functionality? > Yes, I am. Sorry for forgetting to mention that.
And you wee the Watch This in wiki pages but not tickets? My announcer plugin config looks like this: [components] announcerplugin.api.announcementsystem = enabled announcerplugin.distributors.email_distributor.emaildistributor = enabled announcerplugin.formatters.ticket_email.ticketemailformatter = enabled announcerplugin.formatters.wiki_email.wikiemailformatter = enabled announcerplugin.pref.announcerpreferences = enabled announcerplugin.producers.attachment.attachmentchangeproducer = enabled announcerplugin.producers.ticket.ticketchangeproducer = enabled announcerplugin.producers.wiki.wikichangeproducer = enabled announcerplugin.resolvers.defaultdomain.defaultdomainemailresolver = enabled announcerplugin.resolvers.sessionemail.sessionemailresolver = enabled announcerplugin.resolvers.specified.specifiedemailresolver = enabled announcerplugin.subscribers.ticket_compat.carboncopysubscriber = enabled announcerplugin.subscribers.ticket_compat.legacyticketsubscriber = enabled announcerplugin.subscribers.ticket_compat.staticticketsubscriber = enabled announcerplugin.subscribers.ticket_groups.joinablegroupsubscriber = enabled announcerplugin.subscribers.watchers.watchsubscriber = enabled announcerplugin.subscribers.wiki.generalwikisubscriber = enabled [announcer] admit_domains = always_notify_owner = true always_notify_reporter = true always_notify_updater = true email_sender = SmtpEmailSender ignore_domains = joinable_groups = Tickets mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = [email protected] smtp_from_name = Do Not Reply smtp_password = smtp_port = 25 smtp_replyto = t...@localhost smtp_server = mail.secret.se smtp_subject_prefix = __default__ smtp_user = ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = true use_short_addr = false use_tls = false wiki_email_diff = false -- Roger Oberholtzer -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
