gauteh / lieer

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

Initial pull/sync doesn't tag messages correctly #156

Closed dabeeeenster closed 4 years ago

dabeeeenster commented 4 years ago

Apologies if I missed this in the docs. If I create a new local account and do a first sync, all messages are tagged with inbox unread. Am I doing something wrong? Is there a reason lieer doesn't sync the tags correctly on first sync?

gauteh commented 4 years ago

What are your notmuch new.tags?

man. 8. jun. 2020, 16:22 skrev Ben Rometsch notifications@github.com:

Apologies if I missed this in the docs. If I create a new local account and do a first sync, all messages are tagged with 'inbox unread'. Am I doing something wrong? Is there a reason lieer doesn't sync the tags correctly on first sync?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gauteh/lieer/issues/156, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN366WMFFP6A5OUE3CV6TRVTXYRANCNFSM4NYOVEQA .

dabeeeenster commented 4 years ago

I didn't set any. Was that the issue?

gauteh commented 4 years ago

There are some default ones, inbox and unread I think

man. 8. jun. 2020, 17:23 skrev Ben Rometsch notifications@github.com:

I didn't set any. Was that the issue?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gauteh/lieer/issues/156#issuecomment-640698805, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN36ZY3XRK6OPR5JAB7ZDRVT67JANCNFSM4NYOVEQA .

dabeeeenster commented 4 years ago

Is there a way to override the defaults so that the ones present on the server are used?

gauteh commented 4 years ago

Yes, you can just remove them from your config. Check the readme.

man. 8. jun. 2020, 17:37 skrev Ben Rometsch notifications@github.com:

Is there a way to override the defaults so that the ones present on the server are used?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gauteh/lieer/issues/156#issuecomment-640706877, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN363GNATX473WQ2XQV3LRVUATXANCNFSM4NYOVEQA .

gauteh commented 4 years ago

https://github.com/gauteh/lieer/blob/master/docs/index.md#usage

See step 2 here.

man. 8. jun. 2020, 17:38 skrev Gaute Hope eg@gaute.vetsj.com:

Yes, you can just remove them from your config. Check the readme.

man. 8. jun. 2020, 17:37 skrev Ben Rometsch notifications@github.com:

Is there a way to override the defaults so that the ones present on the server are used?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gauteh/lieer/issues/156#issuecomment-640706877, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN363GNATX473WQ2XQV3LRVUATXANCNFSM4NYOVEQA .

dabeeeenster commented 4 years ago

Ah perfect thanks.