From: Mark Walters Date: Sun, 20 Nov 2016 16:50:34 +0000 (+0000) Subject: emacs: address: save hash X-Git-Tag: 0.24_rc0~41 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=08343d3da03a11e7a575981fac20ab10426f19be;hp=08343d3da03a11e7a575981fac20ab10426f19be emacs: address: save hash This allows the user to save the address hash so that it is much faster for the first completion after a restart. This defaults to off as there are privacy implications to saving this information. The code tries hard to avoid overwriting the wrong file. It also notes if changes have been made to any of the relevant user settings, so that the user does not get surprising results (i.e., outdated options being used). Finally it stores some version information so that is easy for us to update the format of the save file. ---