wangvisual / autoarchive

A Thunderbird extension that can move or archive your mails based on rules.
GNU General Public License v3.0
41 stars 13 forks source link

Feature Requst: new rule with preset values #8

Closed Andy1616 closed 10 years ago

Andy1616 commented 10 years ago

Hi, I just started migration from OL to TB and already love it - but I misse the OL rules to store away mails. That's how I found that nice tool.

I'd love to see a new function: "create rule for selected eMail" Having selected that the config dialog shall pop up and a new rule shall already be inserted and prefilled with

Is that a big deal to come up with?

:-) thanks a lot!

wangvisual commented 10 years ago

Technically it's doable. Just need time to implement.

Andy1616 commented 10 years ago

:-> put it to the list and see if more people add to this wish...

Andy1616 commented 10 years ago

general function is working !!! But: sender and receipient taken from an existing mail don't match the mail... as the whole name + address is taken - should the pure email be enough? at least a pre-set rule shall match its own blueprint... :->

wangvisual commented 10 years ago

The purpose is for user can have a start to add a new rule, I'll check if pure email can match, especially when multiple recipients.

Andy1616 commented 10 years ago

reopen - does not work reliably.... What can I provide to hunt that bug? How can I send you a personal note with the details of the mails?

wangvisual commented 10 years ago

Please send mail to opera.wang+aaa AT gmail

Andy1616 commented 10 years ago

updated to latest beta -> its "better" :-> a kind of "first word approach". Why not taking the real email address?

wangvisual commented 10 years ago

Real email address is too long for the input box, but perhaps I should add @ at the end to prevent match wrong people.

Also the algorithm is copied from my another addon (http://code.google.com/p/expression-search/source/detail?spec=svn160&r=103) but I forgot why only use the mail id :-(

Using email address like foo@bar.com has only one issue, is that sometimes we got email from the same address foo@bar.com, but one is like 'Name1 foo@bar.com', another is "Name2 <foo@bar.com", perhaps I would like to distinguish them, also user can defined 3rd name Name3 for foo@bar.com and show in mail list pane.

Andy1616 commented 10 years ago

hm - to be honest - I would not care if the preset value wour work and match the original mail. Thats the issue here - rest are philosophic thoughts... I'd vote for email only, but I can live with all that works :->

wangvisual commented 10 years ago

I remembered, as > 99.9% of my email are from the same domain ( the corporate domain ) ,so I removed the domain part..., also the input box length is the limit. Don't know if it's the same with your case.

Andy1616 commented 10 years ago

quite the other way for me - so still I'd vote for the plain email string as it is the unique part

wangvisual commented 10 years ago

Will make it as an advanced option, but can't make it in 0.4 as 0.4 is about to release. Change to milestone 0.5.

Andy1616 commented 10 years ago

confirm - GREAT !!!! Thx!