Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UserConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
UserConfig
Commits
cd33159e
Commit
cd33159e
authored
2 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
MAIL notmuch
parent
699eb06d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mail/init.sh
+1
-0
1 addition, 0 deletions
mail/init.sh
mail/notmuch-config
+8
-0
8 additions, 0 deletions
mail/notmuch-config
with
9 additions
and
0 deletions
mail/init.sh
+
1
−
0
View file @
cd33159e
#!/bin/bash
cd
"
$(
dirname
"
$0
"
)
"
confln notmuch-config ~/.notmuch-config
confln mailcap ~/.mailcap
confln mailcap ~/.mime.types
...
...
This diff is collapsed.
Click to expand it.
mail/notmuch-config
+
8
−
0
View file @
cd33159e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment