diff options
author | Arun Isaac <[email protected]> | 2025-03-08 22:08:30 +0000 |
---|---|---|
committer | Arun Isaac <[email protected]> | 2025-03-08 22:57:36 +0000 |
commit | 29f3a9e9914730e66d0c2e46403ec460d1c966d3 (patch) | |
tree | 00d70ce3461d95b15fa75037fa00cc7659aa1d84 /doc/guix.texi | |
parent | ded45b7b9f7918cecf60baad07391131ee6c4aa2 (diff) |
doc: Document field names, not getter names.
* doc/guix.texi (Web Services)[mumi]: Replace mumi-configuration-sender with
sender, and mumi-configuration-smtp with smtp.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 35c5e518e0..7d8a5243ed 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -33737,10 +33737,10 @@ The Mumi package to use. @item @code{mailer?} (default: @code{#true}) Whether to enable or disable the mailer component. -@item @code{mumi-configuration-sender} +@item @code{sender} The email address used as the sender for comments. -@item @code{mumi-configuration-smtp} +@item @code{smtp} A URI to configure the SMTP settings for Mailutils. This could be something like @code{sendmail:///path/to/bin/msmtp} or any other URI supported by Mailutils. @xref{SMTP Mailboxes, SMTP Mailboxes,, |