gmailctl icon indicating copy to clipboard operation
gmailctl copied to clipboard

Subject (and possibly other rules) with quotes

Open legeana opened this issue 4 years ago • 10 comments

Quotes inside subject produce unexpected result, they basically remove quoting. Escaping is not really supported in GMail so it would be nice to print an error message if this happens to not confuse users.

    {   
      filter: {
        subject: '"hello world"',
      },  
      actions: {
        labels: ["testing"],
      },  
    },  

--- Current
+++ TO BE APPLIED
@@ -1 +1,5 @@
+* Criteria:
+    subject: ""hello world""
+  Actions:
+    apply label: testing
 

legeana avatar Jul 19 '19 14:07 legeana