Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 332)

Ticket Resolution Summary Owner Reporter
#216 fixed disallow multiple assignment of the same inline property bas Konstantin Ryabitsev <icon@…>
Description

(contd from #214)

Attached patch will only allow one assignment of the same inline property -- the first one. For example, take the following email using "outlook-style" quoting and top-posting:

I fixed your problem.

@status: closed
@resolution: fixed

----
From: Client
To: Developer
Sent: ...
Subject: Re: Please fix my problem

I will be fixing your problem shortly.

@status: accepted

Without the patch, the status will be set to "accepted" even though it's not the developer's intent. With this patch, the top-most assignment wins, and all further assignments are ignored.

#197 fixed DiscussionPlugin support bas ibarton@…
Description
Hello, email2trac developers.

I'm a developer of DiscussionPlugin for Trac [1] and one of its users
requested an e-mail posting support for it [2]. I see that a good way to
implement this would be to extend your email2trac set of scrips so I'm asking
if would it be acceptable for you to include to mainstream possible patch that
would add DiscussionPlugin support to email2trac or should I fork/reuse
email2trac (or something else) in standalone solution or start to implement
something from scratch?

I haven't studied email2trac code much for now so I don't know how to do it
exactly yet, but in case of possitive answer, I'd digg more into it. Anyway,
any hints or advices would be appreciated.

Thank you for making your stand on this topic.

[1] - https://trac-hacks.org/wiki/DiscussionPlugin
[2] - https://trac-hacks.org/ticket/6883

With best regards,
#87 fixed Doesn't work when email has '>From ' in the headers. bas email2trac@…
Description

I use procmail in explicit delivery mode to a user called email. It rewrites the 'From ' line at the start with the correct one but also copies the old one to another line just after the new one.

email2trac just drops this with no error message or anything. If I grep out '^>From ' it works as expected.

My emails look like this:

From horde@phipps-hutton.freeserve.co.uk   Thu Sep 25 13:10:07 2008
>From email  Thu Sep 25 13:10:07 2008
Return-Path: <horde@phipps-hutton.freeserve.co.uk>
Delivered-To: unknown
Received: from pop.freeserve.com (193.252.22.129) by hal.local with POP3; 25
  Sep 2008 12:10:07 -0000
Message-ID: <20080925130902.x9nn00trxcoso4so@127.0.0.1>
User-Agent: Horde Application Framework 3.1
Date: Thu, 25 Sep 2008 13:09:02 +0100
To: CalendarReminders: ;
From: horde@phipps-hutton.freeserve.co.uk
Subject: Reminder: Trac test 32



You requested to be reminded about Trac test 32, which is on 09/25/08 at
01:10pm.

This is the first line.
Second line.

 * trac markup
 * more markup

{{{
fixed font hopefully
}}}
last line, bye!
Note: See TracQuery for help on using queries.