aboutsummaryrefslogtreecommitdiffstats
path: root/processmail
Commit message (Expand)AuthorAgeFilesLines
* Bug 183388 - processmail wasn't picking up on users being added to the owner ...jake%bugzilla.org2002-12-291-4/+4
* Bug 179188 - The new flag system wasn't indicating which attachment a flag wa...jake%bugzilla.org2002-11-101-1/+1
* Bug 178189 - when filing a new bug, the generated bugmail doesn't includebbaetz%student.usyd.edu.au2002-11-091-0/+3
* Bug 112373 you should be able to enter bug dependencies/blockers when you ent...bugreport%peshkin.net2002-10-171-0/+16
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-16/+63
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-15/+20
* Bug 152935 - Pref for no notification on Target Milestone change not respecte...gerv%gerv.net2002-09-201-3/+3
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 143286 - Add support for Insiders, Private comments, Private Attachments....gerv%gerv.net2002-08-201-5/+18
* Bug 161402 - Disable DBI taint mode in processmailbbaetz%student.usyd.edu.au2002-08-101-4/+0
* Bug 117297: CC list mailing had case-sensitive dupe checking, making it possi...jouni%heikniemi.net2002-07-111-5/+12
* Fix for bug 122900: implements email preference for unconfirmed bugs.myk%mozilla.org2002-07-031-153/+125
* Fix for bug 146261: fixes bug preventing the sending of email to users when t...myk%mozilla.org2002-05-231-4/+2
* Bug 110980 - no email to cc list when opening new bugbbaetz%student.usyd.edu.au2002-04-141-1/+6
* Bug 128419 - link to email preferences from bug changed notification isbbaetz%student.usyd.edu.au2002-03-241-1/+1
* Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au2002-03-041-3/+13
* Fix for bug 125516: the recent fix for emails truncating when a period occurr...justdave%syndicomm.com2002-02-171-1/+1
* Fix for bug 117055: Emails were being truncated if they contained a line with...justdave%syndicomm.com2002-02-061-1/+1
* Fix for bug 104521: Removes old attachment interface in favor of new attachme...myk%mozilla.org2002-01-301-3/+3
* Fix for bug 99608: dependency mails are no longer sent if the dependent bug c...justdave%syndicomm.com2002-01-161-10/+28
* Fix for bug 113383: Add a link to the dependent bug in emails about a depende...myk%mozilla.org2002-01-111-3/+4
* Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.bbaetz%cs.mcgill.ca2001-10-231-17/+13
* Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com2001-10-131-12/+12
* Fix for bug 66651 - Include link to attachment in notification mailjake%acutex.net2001-10-061-0/+11
* Fix for bug 84338: initial implementation of attachment tracker, which lets u...myk%mozilla.org2001-08-311-2/+3
* Fix for bug 28736 - Bugmail will now show the summary for the bug that change...jake%acutex.net2001-08-301-4/+7
* Fix for bug 26194: There are now substitution parameters available for use in...justdave%syndicomm.com2001-08-141-1/+1
* patch for bug 26194: Header explaining reason d'etre for email in New email n...zach%zachlipton.com2001-08-121-9/+44
* Fix for bugs 55161 and 12819. The activity log now stores only what's change...jake%acutex.net2001-07-201-6/+4
* Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1)...justdave%syndicomm.com2001-07-041-7/+33
* Bugzilla shouldn't display empty header in the New: email notifications (bug ...jake%acutex.net2001-06-141-2/+2
* Fix for bug 78407: extra safeguard against overpopping the email list when pr...justdave%syndicomm.com2001-06-021-0/+1
* Bug 71552 - Remove oldemailtech from Bugzillajake%acutex.net2001-05-241-538/+87
* Fix for bug 71808: Can't set email preferences for voters (which caused voter...justdave%syndicomm.com2001-04-081-1/+15
* Fix for bug 71912: changes email pref for "If I'm removed from that capacity"...justdave%syndicomm.com2001-04-071-2/+21
* Re-fix for bug 29820: remove "Changed" from email subject line. Based on pat...justdave%syndicomm.com2001-04-071-2/+2
* Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.netdave%intrec.com2001-04-041-1/+1
* fix for 71798: bugmail not sent when moving from cc to assigned fieldscyeh%bluemartini.com2001-03-291-3/+1
* Re-fix for bug 71550: all watchers are now accounted for instead of only the ...dave%intrec.com2001-03-161-3/+5
* Fix for bug 71550: watchers now get email based on their own preferences rath...dave%intrec.com2001-03-151-23/+21
* Fixed bug 71600: mail would be sent about a given bug iff all flags for stuff...dmose%mozilla.org2001-03-121-2/+13
* fix for bug found in original 17464 patch, where removal from the CC list was...dmose%mozilla.org2001-02-151-38/+88
* Re-fixing bug 30694. part of the original patch got left out.dave%intrec.com2001-01-251-1/+1
* patch from bug 17464 to give user some control over what sorts of bug mail ge...dmose%mozilla.org2001-01-251-11/+370
* fix for 41303: new email tech doesn't work with emailregexpcyeh%bluemartini.com2000-09-161-1/+6
* fix for 29820: Remove "Changed" from email subject linecyeh%bluemartini.com2000-09-141-1/+6
* fix for 51520: Missing uses of Param('emailsuffix')cyeh%bluemartini.com2000-09-141-1/+3
* Removing duplicate variable declaration from patch for bug 50698. Thedave%intrec.com2000-09-021-2/+2
* fix for 50698: parameter for sendmail deferred modecyeh%bluemartini.com2000-08-301-2/+11
* fix for 38624: "New value" column smaller than "old value" column. added ancyeh%bluemartini.com2000-08-301-1/+1