File: README.org

package info (click to toggle)
msmtp 1.8.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,812 kB
  • sloc: ansic: 14,526; sh: 6,540; makefile: 154; lisp: 53; sed: 39
file content (32 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
* msmtp-config-mode

Simple major mode which fontifies configuration files of [[https://marlam.de/msmtp/][msmtp]] (an SMTP
client).

** Installation

Put =msmtp-config-mode.el= in your =load-path= and add the following to your
Emacs configuration file:

#+BEGIN_SRC elisp
(require 'msmtp-config-mode)
#+END_SRC

** Usage

=~/.msmtprc= and =${XDG_CONFIG}/msmtp/config= should be recognized
automatically.

Otherwise, run =M-x msmtp-config-mode RET= in the buffer, or add
  : -*- msmtp-config-mode -*-
at the top of the file.

** Contributing

Please open a pull request either on [[https://gitlab.com/augfab/msmtp-config-mode][GitLab]] or on [[https://github.com/augfab/msmtp-config-mode][GitHub]], or send patches
directly to =<msmtp-config-mode@augfab.fr>=.


** License

[[https://www.gnu.org/licenses/gpl-3.0.txt][GPL v3]].