mlsad3
mlsad3
I think a downside of this is it looks like you can only copy text, and can't specify the format. Am I incorrect here?
Hi, What language are you planning to use for this? I had been dabbling in converting some of your stuff into a C# GUI because it seems like an easier...
Hi @dbarnett , I don't think this is still the case with Gmail. I did the following: - Sent an email to myself - It came in, archived, into `0unprocessed`...
@ranmocy , What are your thoughts on adding a `(thread )` to this, allowing users to match based on thread (not message) details? ``` (thread is_starred) (thread first_message_subject /This has...
> Hm, maybe I'm not understanding the "next action" thing, but I think it won't work since I specifically care about a new input in this case -- i.e. the...
I keep thinking on this and I think the gist is that `If there is a rule (row in Sheet) that has not specified to do anything, then don't do...
@joech4n , Does automata have rules / conditions that are based on existing labels? I didn't see that in the code. If not, do we have a feature request for...
I've got that implemented in PR #69 where you can do something like: ``` (thread label My/Label) ``` It only matches labels that were pre-existing.
This appears to be a duplicate of #59 (which has a PR ready to go)
Yes, just add PR #59 from @aaronj1335 . It resolves this issue.