summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/notmuch-temp14
-rw-r--r--share/online-temp4
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