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

Add --verbose flag for all commands. #252

Closed sstepashka closed 10 months ago

sstepashka commented 10 months ago

Recent commit (add -v --verbose option for push & pull to show same changes as --dry… added new --verbose flag for pull and push command, but didn't add it for sync. setup function checks the flag unconditionally what causes error for sync command. Adding --verbose for sync command solves the issue.

sstepashka commented 10 months ago

I added a commit which fixes the same problem for the rest of commands as well and fixes #250

gauteh commented 10 months ago

Thank you very much. It would be a bit better to add the sync option to the common configuration options, do you have the chance to remove the specific ones and add it to the common one?

(https://github.com/gauteh/lieer/pull/248#issuecomment-1629179199)

sstepashka commented 10 months ago

Hi @gauteh, I just did. PTAL

gauteh commented 10 months ago

Thanks!