qusal/salt/mutt
2023-12-20 21:26:33 +01:00
..
clone.sls refactor: initial commit 2023-11-13 14:33:28 +00:00
clone.top refactor: initial commit 2023-11-13 14:33:28 +00:00
configure.sls refactor: initial commit 2023-11-13 14:33:28 +00:00
configure.top refactor: initial commit 2023-11-13 14:33:28 +00:00
create.sls refactor: initial commit 2023-11-13 14:33:28 +00:00
create.top refactor: initial commit 2023-11-13 14:33:28 +00:00
init.top refactor: initial commit 2023-11-13 14:33:28 +00:00
install.sls fix: remove repeated pkg in mutt 2023-12-20 21:26:33 +01:00
install.top refactor: initial commit 2023-11-13 14:33:28 +00:00
README.md refactor: initial commit 2023-11-13 14:33:28 +00:00

mutt

Mutt text-based mail client in Qubes OS.

Table of Contents

Description

Create a mail client qube named "mutt" based on the program Mutt.

Installation

  • Top
qubesctl top.enable mutt
qubesctl --targets=tpl-mutt,mutt state.apply
qubesctl top.disable mutt
  • State
qubesctl state.apply mutt.create
qubesctl --skip-dom0 --targets=tpl-mutt state.apply mutt.install
qubesctl --skip-dom0 --targets=mutt state.apply mutt.configure

Usage

You will use local files to override the ones provided by this package. Few options must be set.

The file ~/.muttrc-credentials.local will set some variables that will be used by other configuration files sourced later:

set pgp_default_key = "0x1234567890ABCDEF"
set pgp_sign_as     = "0x1234567890ABCDEF"
set my_name         = "Bilbo Baggins"
set my_user         = "bilbo"
set my_server       = "shire.org"
set my_pass         = "mypassword"

You can define aliases in ~/.muttrc-aliases.local.

If you want to override any option, put the settings in ~/.muttrc.local, as this is the last file to be sourced. You might want to put for example, subscribed lists in this file:

lists .*@googlegroups\\.com
subscribe qubes-(announce|devel)@googlegroups\\.com
fcc-save-hook qubes-announce@googlegroups\\.com =list/qubes-announce/
fcc-save-hook qubes-devel@googlegroups\\.com =list/qubes-devel/

If you want to have your e-mail signature (not PGP) at the end of every mail you send, place it in ~/.signature.