[neomutt-devel] [PATCH] Fix spelling error in muttrc.5

Floyd Anderson f.a at 31c0.net
Sun Jun 11 11:21:06 CEST 2017


On Sa, 10 Jun 15:07:49 +0100
Richard Russon <rich at flatcap.org> wrote:
>I'll just merge things rather than queue them,

Just a reminder from queue in attachment to complete #607. ;-)


-- 
Regards,
floyd

-------------- next part --------------
>From b1d495226a82e6877fd3fc63fb23319195782ba2 Mon Sep 17 00:00:00 2001
From: Floyd Anderson <f.a at 31c0.net>
Date: Sun, 4 Jun 2017 16:25:38 +0200
Subject: [PATCH] Fix ifdef command example

Completes solution for #607
---
 init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.c b/init.c
index 3efebab3..f6879bb1 100644
--- a/init.c
+++ b/init.c
@@ -812,11 +812,11 @@ static int finish_source(struct Buffer *tmp, struct Buffer *s,
  * If a given variable, function, command or compile-time symbol exists, then
  * read the rest of the line of config commands.
  * e.g.
- *      ifdef USE_SIDEBAR source ~/.mutt/sidebar.rc
+ *      ifdef sidebar source ~/.mutt/sidebar.rc
  *
  * If (data == 1) then it means use the 'ifndef' (if-not-defined) command.
  * e.g.
- *      ifndef USE_IMAP finish
+ *      ifndef imap finish
  *
  * Returns:
  *       0 Success
-- 
2.13.0



More information about the neomutt-devel mailing list