Modify ↓
Opened 15 years ago
Closed 15 years ago
#89 closed defect (fixed)
Issue with 'blank' emails containing only attachments
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 0.3 |
Keywords: | Cc: |
Description
If a blank email is sent with just an attachment, a blank comment is appended to the comments.
I seem to have alleviated this issue by simply changing that line to:
if body_text.strip(): tkt.save_changes(self.author, body_text, when)
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by anonymous
- Owner changed from bas to anonymous
- Status changed from new to assigned
comment:2 Changed 15 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
No response
Note: See
TracTickets for help on using
tickets.
thanks fixed in trunk version. Do you want your name in the ChangeLog??