gauteh / lieer

Fast email-fetching and sending and two-way tag synchronization between notmuch and GMail
http://lieer.gaute.vetsj.com
Other
494 stars 60 forks source link

Not pushing tags? #239

Closed azumafuji closed 1 year ago

azumafuji commented 1 year ago

I just setup lieer and notmuch with a Google Workspace account. I'm using lieer v1.4 and notmuch 0.37. I've authenticated to my GMail account with an API key. When I run gmi pull, all my emails are synced to my computer. I can search them via notmuch, I can update tags, but when I run gmi push or gmi sync, no local changes are pushed to my GMail account. The --logging_level flag doesn't change the output so I'm not sure what's going on. Did I miss something in the setup?

Here's my config:

{
  "replace_slash_with_dot": false,
  "account": "<google workspace account>",
  "timeout": 600,
  "drop_non_existing_label": false,
  "ignore_empty_history": false,
  "ignore_tags": [],
  "ignore_remote_labels": [
    "CATEGORY_PROMOTIONS",
    "CATEGORY_UPDATES",
    "CATEGORY_PERSONAL",
    "CATEGORY_FORUMS",
    "CATEGORY_SOCIAL"
  ],
  "remove_local_messages": true,
  "file_extension": "",
  "local_trash_tag": "trash",
  "translation_list_overlay": []
}
azumafuji commented 1 year ago

I've resolved this. I missed the notmuch config to change the new tag to new if you don't change this you can't mark anything as unread. At least that was my experience.