diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 18:06:10 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 18:06:10 -0500 |
commit | d890e0ea21d3617601a1e87bf3e95858c47e0cff (patch) | |
tree | d6d911c23188d4506242732d79531a89c134890d /share | |
parent | 37ba3b7b8d6c7e092e1744bf596bb89087d0e7be (diff) |
continue revision
Diffstat (limited to 'share')
-rw-r--r-- | share/notmuch-temp | 14 | ||||
-rw-r--r-- | share/online-temp | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/share/notmuch-temp b/share/notmuch-temp new file mode 100644 index 0000000..c91eef9 --- /dev/null +++ b/share/notmuch-temp @@ -0,0 +1,14 @@ +[database] +path=$maildir +[user] +name=$realname +primary_email=$fulladdr +[new] +tags=unread;inbox; +ignore=.mbsyncstate;.uidvalidity +[search] +exclude_tags=deleted;spam; +[maildir] +synchronize_flags=true +[crypto] +gpg_path=$GPG diff --git a/share/online-temp b/share/online-temp new file mode 100644 index 0000000..5fd385c --- /dev/null +++ b/share/online-temp @@ -0,0 +1,4 @@ +set imap_user = "$login" +set imap_pass = "`pass $passprefix$fulladdr`" +set ssl_starttls = yes +set ssl_force_tls = yes |