Change default account
This commit is contained in:
parent
4c714c565e
commit
95b7f5c2f6
8
mail.org
8
mail.org
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
#+begin_src bash :tangle no
|
#+begin_src bash :tangle no
|
||||||
yay -S mbsync msmtp mu neomutt lynx
|
sudo apt install mbsync msmtp maildir-utils neomutt lynx
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* =mbsync= - Synchronize Mailboxes
|
* =mbsync= - Synchronize Mailboxes
|
||||||
@ -136,7 +136,7 @@ Far :esrf-remote:
|
|||||||
Near :esrf-local:
|
Near :esrf-local:
|
||||||
#+END_SRC
|
#+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
|
#+BEGIN_SRC conf
|
||||||
Channel esrf-download
|
Channel esrf-download
|
||||||
Far :esrf-remote:INBOX
|
Far :esrf-remote:INBOX
|
||||||
@ -863,9 +863,9 @@ https://unix.stackexchange.com/questions/20456/pretty-print-mails-from-mutt
|
|||||||
|
|
||||||
** Accounts
|
** Accounts
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
set spoolfile = "+gmail/Inbox" # Default inbox
|
set spoolfile = "+esrf/Inbox" # Default inbox
|
||||||
set realname = "Dehaeze Thomas"
|
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 gmail/* source ~/.config/neomutt/accounts/gmail
|
||||||
folder-hook esrf/* source ~/.config/neomutt/accounts/esrf
|
folder-hook esrf/* source ~/.config/neomutt/accounts/esrf
|
||||||
|
Loading…
Reference in New Issue
Block a user