Mutt - add muttrc, spec file

This commit is contained in:
unman 2022-07-16 14:13:52 +00:00
parent b2d5fae292
commit 976756b248
No known key found for this signature in database
GPG key ID: FDD1B8244731B36C
3 changed files with 83 additions and 0 deletions

View file

@ -33,4 +33,19 @@ installed:
- w3m
- skip_suggestions: True
change_timeout:
file.replace:
- name: /usr/lib/python3/dist-packages/qubesidle/idleness_monitor.py
- pattern: '15 * 60'
- repl: '3 * 60'
- flags: [ 'IGNORECASE', 'MULTILINE' ]
default_muttrc:
file.managed:
- name: /etc/skel/.muttrc
- source: salt://mutt/muttrc
- user: user
- group: user
{% endif %}