diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-25 21:11:43 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-10-25 21:11:43 +0200 |
| commit | b44fe4bc3ef1b0782f1eab47e2d67d16fed69c11 (patch) | |
| tree | f3fa04e45cb0b8fc1d30779cbc613838f1366648 /.doom.d | |
| parent | c54f22511822cc5cbcf55a10c340f9f3d001c8fd (diff) | |
| download | dotfiles-b44fe4bc3ef1b0782f1eab47e2d67d16fed69c11.tar.gz dotfiles-b44fe4bc3ef1b0782f1eab47e2d67d16fed69c11.zip | |
emacs: added uoc as a gmail account
Let doom know that the uoc.edu address is in fact a gmail one. This has
some implications in regards to what to do when trashing and other
operations.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.doom.d')
| -rw-r--r-- | .doom.d/config.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 372ba2f..3b068d2 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -319,6 +319,11 @@ littering will happen locally." (mu4e-compose-signature . (mssola/mail-signature "pgp"))) nil) +;; My main account is properly accounted as a gmail one, but the UOC one is not. +;; Let's add it here (we need to have them all listed). +(setq +mu4e-gmail-accounts '(("mikisabate@gmail.com" . "/gmail") + ("mssola@uoc.edu" . "/uoc"))) + ;; Last but not least, let's configure PGP with mu4e. (setq mml-secure-openpgp-signers '("0x96BE8C6FD89D6565") mml-secure-openpgp-sign-with-sender t) |
