Re: Date time stamp on incoming mail



On Fri, 28 Mar 2003, Mike wrote:

> On 28.03.2003 19:51 Bobby D. Bryant wrote:
> > On 2003.03.28 13:37, Mike wrote:
> > 
> >> Balsa seems to use the date that the email was sent rather than the 
> >> date the email was received.
> >> Nice, but a complete pain in the arse when people can't keep there 
> >> machine's date correct.
> [...]
> Or can someone point me to the place in the code and I will hack it.

Change line in libbalsa/message.c:
from
    message->date = cur->date_sent;
 to
    message->date = cur->received;

I think there might be interest to make this option configurable and a 
nice patch that would implement the UI side of it would definetely be 
interesting.

Pawel





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]