django-helpdesk/views
Ross Poulton b492bd5bd2 Issue #90: Users can receive multiple e-mails.
If an e-mail address is used in the 'Queue CC' set up and then that 
e-mail address is used as a submitter for a ticket, they received two 
emails. Worse, if that user was ALSO the 'assigned to' person for that 
ticket, they got THREE emails! 
This fix will ensure a particular email goes to an address only once.
Thanks to Andreas Kotowicz for this patch.
2009-08-11 09:02:48 +00:00
..
__init__.py * Add localisation hooks 2008-05-21 21:16:44 +00:00
api.py Issue #90: Users can receive multiple e-mails. 2009-08-11 09:02:48 +00:00
feeds.py * Large change to clean up the codebase: Decrease excess whitespace at ends 2008-08-19 08:50:38 +00:00
kb.py * Large change to clean up the codebase: Decrease excess whitespace at ends 2008-08-19 08:50:38 +00:00
public.py Fix issue #92: Invalid ticket ID throws 500 error. 2009-08-08 02:53:33 +00:00
staff.py Issue #90: Users can receive multiple e-mails. 2009-08-11 09:02:48 +00:00