diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-06-20 20:31:32 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-06-30 21:57:29 +0300 |
| commit | 812d78be497ec305c716cef90b4bbc83ba12f63e (patch) | |
| tree | 2f309b7e307287e85803697de9575562993a1cc5 /mu | |
| parent | e647ca924d892d365ec51b98571032716c0743f1 (diff) | |
mu-scm: add options, some tweaks
Add the (options) procedure + docs.
Some internal tweaks / clean-ups.
Diffstat (limited to 'mu')
| -rw-r--r-- | mu/mu-options.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu/mu-options.cc b/mu/mu-options.cc index 4187650..f9593a2 100644 --- a/mu/mu-options.cc +++ b/mu/mu-options.cc @@ -674,7 +674,7 @@ AssocPairs<SubCommand, CommandInfo, Options::SubCommandNum> SubCommandInfos= {{ "remove", "Remove message from file-system and database", sub_remove } }, { SubCommand::Scm, - {Category::None, + {Category::NeedsReadOnlyStore, "scm", "Start Guile/Scheme shell",sub_scm} }, { SubCommand::Script, |
