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

(fix)org-roam-db--file-hash: Always compute hash of encrypted file #1725

Merged
merged 2 commits into from
Aug 9, 2021

Conversation

juergenhoetzel
Copy link
Contributor

When inserting the GPG decrypted org buffer to to DB, make sure that
the hash of the encrypted file is stored.

This prevents reparsing of GPG files over and over again when
synchronizing the database with the filesystem.

Motivation for this change

I use GPG encrypted org files and was wondering why every time I started Emacs, all GPG files were parsed again, even though they were not modified.

juergenhoetzel and others added 2 commits August 1, 2021 15:45
When inserting the GPG decrypted org buffer to to DB, make sure that
the hash of the encrypted file is stored.

This prevents reparsing of GPG files over and over again when
synchronizing the database with the filesystem.
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

Successfully merging this pull request may close these issues.

2 participants