blob: eeacdccbb59bb63b674d4c1d1fe61bbb28069e3f (
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
|
[database]
path=/home/moreka/.local/share/mail
[user]
name=Mohammad Reza Karimi
primary_email=moreka@mit.edu
[new]
tags=new
ignore=.mbsyncstate;.uidvalidity;.mbsyncstate.new;.mbsyncstate.lock
[search]
exclude_tags=deleted;spam
# Maildir compatibility configuration
#
# The following option is supported here:
#
# synchronize_flags Valid values are true and false.
#
# If true, then the following maildir flags (in message filenames)
# will be synchronized with the corresponding notmuch tags:
#
# Flag Tag
# ---- -------
# D draft
# F flagged
# P passed
# R replied
# S unread (added when 'S' flag is not present)
#
# The "notmuch new" command will notice flag changes in filenames
# and update tags, while the "notmuch tag" and "notmuch restore"
# commands will notice tag changes and update flags in filenames
[maildir]
synchronize_flags=true
# vim: ft=confini
|