Change default account

This commit is contained in:
Thomas Dehaeze 2022-02-06 22:06:00 +01:00
parent 4c714c565e
commit 95b7f5c2f6

View File

@ -3,7 +3,7 @@
Installation:
#+begin_src bash :tangle no
yay -S mbsync msmtp mu neomutt lynx
sudo apt install mbsync msmtp maildir-utils neomutt lynx
#+end_src
* =mbsync= - Synchronize Mailboxes
@ -136,7 +136,7 @@ Far :esrf-remote:
Near :esrf-local:
#+END_SRC
For doing a quick sync of just the INBOX with `mbsync esrf-download`.
For doing a quick sync of just the INBOX with =mbsync esrf-download=.
#+BEGIN_SRC conf
Channel esrf-download
Far :esrf-remote:INBOX
@ -863,9 +863,9 @@ https://unix.stackexchange.com/questions/20456/pretty-print-mails-from-mutt
** Accounts
#+BEGIN_SRC conf
set spoolfile = "+gmail/Inbox" # Default inbox
set spoolfile = "+esrf/Inbox" # Default inbox
set realname = "Dehaeze Thomas"
set from = "dehaeze.thomas@gmail.com"
set from = "thomas.dehaeze@esrf.fr"
folder-hook gmail/* source ~/.config/neomutt/accounts/gmail
folder-hook esrf/* source ~/.config/neomutt/accounts/esrf