aboutsummaryrefslogtreecommitdiffstats
path: root/_notmuch-config
blob: d47021072a77a7025972b0a23be68627e7515c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# ~/.notmuch-config
# Configuration file for the notmuch mail system
#

# CJK NOTE
# --------
# To support correct CJK characters index and search (i.e., proper
# character segmentation), the environment variable 'XAPIAN_CJK_NGRAM'
# should be set to non-empty value before notmuch indexing.


[database]
path=/home/aly/mail


# User configuration
#
# Notmuch will use the various email addresses configured here when
# formatting replies. It will avoid including your own addresses in the
# recipient list of replies, and will set the From address based on the
# address to which the original email was addressed.
#
[user]
name=Aaron LI
primary_email=aly@aaronly.me
other_email=wt@liwt.net;liweitianux@autistici.org;liweitianux@gmail.com;liweitianux@live.com;liweitianux@sjtu.edu.cn;


[new]
tags=unread;inbox;

# A list (separated by ';') of file and directory names that will not be
# searched for messages by "notmuch new".
# NOTE: *every* file/directory that goes by one of those names will be
# ignored, independent of its location in the mail store.
ignore=backup;.noindex;.mbsyncstate;.uidvalidity;


[search]
exclude_tags=deleted;spam;


[maildir]
synchronize_flags=true