summaryrefslogtreecommitdiff
path: root/.fmail
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-19 23:46:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-20 15:01:21 -0700
commite40af9773b28e2e8e010d794aa8a51a8e4602547 (patch)
tree98a1cf614aadee6a701713dafd465c957837eefb /.fmail
parent9a3c37c21e9a1502a7b98705617cc4d5adeeeff1 (diff)
downloaddotfiles-e40af9773b28e2e8e010d794aa8a51a8e4602547.tar.gz
drop obsolete commentary
We are syncing tags, now, using nmbug.
Diffstat (limited to '.fmail')
-rwxr-xr-x.fmail/.notmuch/hooks/pre-new15
1 files changed, 0 insertions, 15 deletions
diff --git a/.fmail/.notmuch/hooks/pre-new b/.fmail/.notmuch/hooks/pre-new
index ac624ba9..a445a51e 100755
--- a/.fmail/.notmuch/hooks/pre-new
+++ b/.fmail/.notmuch/hooks/pre-new
@@ -2,26 +2,11 @@
. $HOME/.shenv
-# The primary purpose of my pre-new and post-new scripts is to
-# maintain the 'draft', 'spam', 'deleted' and 'unread' tags such that
-# the only data in the notmuch database that cannot be reproduced from
-# the Maildir is which threads have been killed, which is not
-# important information. Then there is no need to sync the notmuch
-# database between machines. Syncing the maildir with mbsync(1) is
-# sufficient.
-
-# Note that another aspect of this setup is not using an 'inbox' tag.
-
# In this script (actually within movemymail), we move mail according to
# tags that may have been added since the last 'notmuch new' run.
# Then we sync with my IMAP server. Then in the post-new script we
# add tags to new messages in particular folders
-# Before considering adding use of a new tag, which would require me
-# to do some sort of sync/backup of my notmuch database, consider
-# whether simply flagging messages could be sufficient to track
-# whatever needs to be tracked
-
offline || movemymail
# ensure that notmuch is able to detect renames by archive-fmail-to-annex