Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calcure always wants to read .abook/addressbook #71

Closed
jose1711 opened this issue Nov 19, 2023 · 1 comment
Closed

Calcure always wants to read .abook/addressbook #71

jose1711 opened this issue Nov 19, 2023 · 1 comment

Comments

@jose1711
Copy link
Contributor

The config option birthdays_from_abook only controls whether birthdays are displayed in the calendar. Regardless the value of setting the addressbook file is always attempted to read.

This also means if the file does not exist each time calcure is executed a warning is generated in the log file:

[WARNING] Couldn't load birthdays. File. /home/user/.abook/addressbook does not exist.

In addition to that calcure shows somewhat meaningless Incorrect input. text in the status line.

anufrievroman added a commit that referenced this issue Nov 20, 2023
This fixed issue #71 when birthdays are loaded even if it is not requested in the config.
@anufrievroman
Copy link
Owner

I see, yes, it's weird.
Fixed it in commit e8233e2 Now if you turn it off in the config, no error occurs.
The error feedback to the user is still under construction, which causes the generic Incorrect input line, but this is a separate problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants