https://github.com/zenhack/notmuch-sync-tools
Tools for syncing notmuch mail
https://github.com/zenhack/notmuch-sync-tools
Last synced: about 2 months ago
JSON representation
Tools for syncing notmuch mail
- Host: GitHub
- URL: https://github.com/zenhack/notmuch-sync-tools
- Owner: zenhack
- License: gpl-3.0
- Created: 2017-12-24T01:42:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T03:21:35.000Z (over 7 years ago)
- Last Synced: 2025-02-03T13:45:02.501Z (3 months ago)
- Language: Haskell
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
Tools for synchronizing the tags in [notmuch][1] database.
Right now this just contains nmt.hs, a 3-way merge tool for the output
of [notmuch-dump(1)][2]. It is suitable for use as a merge driver in
git.However, `notmuch-dump`/`notmuch-restore` on the full tags database is
very slow when the database is large, so I plan to add tooling for
keeping things in sync while only having to extract recent changes to
the tags database. This is still TODO.N.B. This is basically a re-write of [notmuch-sync][3], which at the
moment is at about the same level of functionality (though this one is a
bit faster). It's hard to get me to write Python for free these days.[1]: https://notmuchmail.org/
[2]: https://notmuchmail.org/manpages/notmuch-dump-1/
[3]: [https://github.com/zenhack/notmuch-sync