Re: [MlMt] Reminder / Follow-Up marking of mails

2018-02-24 Thread Benny Kjær Nielsen

On 20 Feb 2018, at 8:18, Robert M. Münch wrote:

So, what I would like to do is, that I can flag/mark/... a mail so 
that I will see it again automatically after a specific period if I 
didn't receive any answer.


Any ideas how I could do such work-flow with MM and maybe a bundle or 
script or whatever it takes?


Something like this might work:

First, introduce a tag for the sent emails, e.g., “AwaitingReply”. 
You can enable a Tags field in the Composer to make it easier to apply 
this.


Second, create a smart mailbox named AwaitingHelper matching emails 
which are:


1. Tagged `AwaitingReply`.
2. Message-ID “is not in” [INBOX] In-Reply-To
3. Has a date which is more than x days old.

You might want a different mailbox than “INBOX”. The smaller it is 
the better since “is not in” is not efficient. It must contain the 
replies you receive.


Third, create another mailbox, e.g. named “No Reply Received”, which 
matches emails with this condition:


Thread-Id “is in” [AwaitingHelper] Thread-Id

The threads should then show up in the “No Reply Received” smart 
mailbox after x days. (I haven't tested this.)


(Note that some of the above works better and is a bit easier in the 
latest test release.)


Hmm, it would actually be better if `AwaitingReply` was cleared when you 
receive a reply. I'll leave that as an exercise ;-)


--
Benny
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Reminder / Follow-Up marking of mails

2018-02-23 Thread Robert M. Münch
On 22 Feb 2018, at 21:45, David Shepherdson wrote:

> On 23 Feb 2018, at 02.32, Robert M. Muench wrote:
>
>> So, what I would like to do is, that I can flag/mark/... a mail so that I 
>> will see it again automatically after a specific period if I didn't receive 
>> any answer.
>>
>> Any ideas how I could do such work-flow with MM and maybe a bundle or script 
>> or whatever it takes?
>
> I think you should be able to achieve something along these lines using a 
> smart mailbox.
> …

David, thanks a lot for your answer. Great stuff! I’m going to play around with 
your idea and see how it works out.

-- 

Robert M. Münch, CEO
M: +41 79 65 11 49 6

Saphirion AG
smarter | better | faster

http://www.saphirion.com
http://www.nlpp.ch


signature.asc
Description: OpenPGP digital signature
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Reminder / Follow-Up marking of mails

2018-02-22 Thread David Shepherdson

On 23 Feb 2018, at 02.32, Robert M. Muench wrote:

So, what I would like to do is, that I can flag/mark/... a mail so 
that I will see it again automatically after a specific period if I 
didn't receive any answer.


Any ideas how I could do such work-flow with MM and maybe a bundle or 
script or whatever it takes?


I think you should be able to achieve something along these lines using 
a smart mailbox.


For example, you could create a new smart mailbox -- let's call it 
'Unanswered' -- and set it up as follows:


Mailboxes:
Any of
[Sent Messages]
Conditions:
All of
[Date] [is not within last] [10] [days]
[Message-Id] [is not in] [All Messages] [In-Reply-To]
[Message-Id] [is not in] [All Messages] [References]

This would then show you all messages you had sent more than 10 days ago 
for which you don't have any reply/follow-up (caveats like 'misbehaving' 
mail clients that don't put in the 'In-Reply-To' or 'References' headers 
notwithstanding).


(Note that you have to choose the 'Other...' option to select the 
'Message-Id', 'In-Reply-To' and 'References' headers for the criteria 
here.)


Now, that's based on *all* sent messages that haven't received a reply. 
If you wanted to see this only for certain messages, then you could use 
a tag: put that tag onto the sent messages you want to be reminded 
about, and add another Condition to the smart mailbox for:


[Tags] [contains] [Need Reminder]

(or whatever you call the tag).

Once you've set up this 'Unanswered' smart mailbox, you have a few 
options about how you can be told when messages are matched by it. For a 
start, you can have it show a counter in the mailbox list using the 
Displayed Count options in the Mailbox menu. You can also set up other 
hints, like a dock icon counter, or menu bar counter, or system 
notifications, by choosing this mailbox for one of the options in the 
Counters pane of MailMate's preferences.


There are probably several other ways you could achieve this, but basing 
it on a smart mailbox seems like a good way to make the most of 
MailMate's flexibility.


Hope this helps!

David
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate