Skip to content
Snippets Groups Projects
Commit cd33159e authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

MAIL notmuch

parent 699eb06d
Branches
No related tags found
No related merge requests found
#!/bin/bash
cd "$(dirname "$0")"
confln notmuch-config ~/.notmuch-config
confln mailcap ~/.mailcap
confln mailcap ~/.mime.types
......
......@@ -10,6 +10,7 @@
# Notmuch will store its database within a sub-directory of the path
# configured here named ".notmuch".
#
[database]
path=/home/jiri/Maildir
......@@ -28,6 +29,7 @@ path=/home/jiri/Maildir
# recipient list of replies, and will set the From address based on the
# address to which the original email was addressed.
#
[user]
name=Jiri Kalvoda
primary_email=jirikalvoda@kam.mff.cuni.cz
......@@ -46,6 +48,7 @@ primary_email=jirikalvoda@kam.mff.cuni.cz
# names will be ignored, independent of its depth/location
# in the mail store.
#
[new]
tags=
ignore=
......@@ -59,6 +62,7 @@ ignore=
# search results by default. Using an excluded tag in a
# query will override that exclusion.
#
[search]
exclude_tags=deleted;spam;
......@@ -83,5 +87,9 @@ exclude_tags=deleted;spam;
# and update tags, while the "notmuch tag" and "notmuch restore"
# commands will notice tag changes and update flags in filenames
#
[maildir]
synchronize_flags=true
[index]
header.List=List-Id
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment