Removed notmuch from config
This commit is contained in:
parent
14a7c016f5
commit
2e16e26ab3
@ -864,10 +864,6 @@ systemctl --user enable syncmail.timer
|
||||
systemctl --user start syncmail.timer
|
||||
#+end_src
|
||||
|
||||
*** Documentation
|
||||
https://bostonenginerd.com/posts/notmuch-of-a-mail-setup-part-1-mbsync-msmtp-and-systemd/
|
||||
https://bostonenginerd.com/posts/notmuch-of-a-mail-setup-part-2-notmuch-and-emacs/
|
||||
|
||||
** Send Mails - Msmtp
|
||||
https://marlam.de/msmtp/
|
||||
|
||||
@ -876,24 +872,6 @@ https://marlam.de/msmtp/
|
||||
yay -S msmtp
|
||||
#+end_src
|
||||
|
||||
** Mail Indexer - Notmuch
|
||||
https://notmuchmail.org/
|
||||
https://wiki.archlinux.org/index.php/Notmuch
|
||||
|
||||
*** Installation
|
||||
#+begin_src bash
|
||||
yay -S notmuch
|
||||
#+end_src
|
||||
|
||||
*** Configuration
|
||||
Configuration file: =~/.notmuch-config=
|
||||
|
||||
*** Cheatsheet
|
||||
| Command | Usage |
|
||||
|-----------------+---------------------------------------------|
|
||||
| =notmuch setup= | Initial Setup |
|
||||
| =notmuch new= | Incorporate new email into notmuch database |
|
||||
|
||||
** Mail Index, Search and Tagging - Mu
|
||||
https://github.com/djcb/mu
|
||||
|
||||
|
@ -15,7 +15,6 @@ neovim - Ambitious Vim-fork focused on extensibility and agility
|
||||
* LaTeX
|
||||
* Mutt
|
||||
neomutt - Teaching an Old Dog New Tricks
|
||||
notmuch - Thread-based email index, search, and tagging
|
||||
msmtp - SMTP client that can be used as an SMTP plugin for Mutt
|
||||
isync - Synchronize a maildir with an IMAP server
|
||||
vdirsyncer - Synchronize calendars and contacts
|
||||
|
@ -228,7 +228,7 @@ https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-
|
||||
|
||||
# =============================================================
|
||||
# Indexation and Tags
|
||||
# notmuch new
|
||||
# mu update
|
||||
mu index --maildir=~/.mail $opt_verbose $opt_quiet
|
||||
# Update on Emacs
|
||||
# if [ "$(($new-$old))" -gt 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user