Marty Oehme
0d00953f30
Added hook for afew tagging for local mail. Mail will now arrive tagged only as 'new' by notmuch. afew will then tag the mail accordingly as inbox unread when it is personal mail. It will additionally filter out anything marked as spam, or e-mail containing a List-Id header, which will be tagged as 'list' and not arrive in the inbox. This filters out anything arriving from a mailing list from the inbox. Removed the archive tag -- anything not in the inbox, and not marked as list is instead used as an automatic archive. Mail sent by myself will be automatically tagged as 'sent' and also not show up in the mailbox. |
||
---|---|---|
.. | ||
.config/sh/alias.d | ||
.stow-local-ignore | ||
install_packages.sh | ||
packages.txt | ||
packages_ignore.txt | ||
README.md |
bootstrap module
The bootstrapping module mainly concerns the setup of the repository itself -- installation of packages, setting up basic options and maintenance scripts.
- installs general list of packages, listed here
- if githooks are enabled (either through install script, or manually) will compare installed packages with those on the package list on each commit and warn user about differences (skipping those on the ignore list).
- contains a simple alias
dotlink
which allows quickly re-linking dotfiles when they have been changed. This is useful to invoke when files have been removed or added and need to be sym-linked by stow again (only works for~/.dotfiles
dot directory).