=======
Example
=======

bind pager,index \ch<BackSpace> sidebar-toggle-visible
set & allow_ansi ? allow_ansi noallow_ansi
set allow_ansi=yes
set sleep_time = 0
set real_name = $DEBFULLNAME
set ispell = aspell
set query_command = 'mutt_ldap_query.pl %s'
set signature = "echo Best Regards$'\n'$DEBFULLNAME|"
set imap_pass = `pass ls password/$USER`
mailboxes $spool_file $postponed $record $trash \
+[Gmail]/Spam +[Gmail]/Starred
sidebar_unpin *
source ~/.config/neomutt/neomuttrc

---

(file
  (bind_directive
    (command)
    (map)
    (map)
    (key
      (escape)
      (key_name))
    (function))
  (set_directive
    (command)
    (option)
    (option)
    (option))
  (set_directive
    (command)
    (option)
    (quadoption))
  (set_directive
    (command)
    (option)
    (int))
  (set_directive
    (command)
    (option)
    (shell))
  (set_directive
    (command)
    (option)
    (shell))
  (set_directive
    (command)
    (option)
    (string))
  (set_directive
    (command)
    (option)
    (shell))
  (set_directive
    (command)
    (option)
    (shell))
  (mailboxes_directive
    (command)
    (mailbox
      (shell))
    (mailbox
      (shell))
    (mailbox
      (shell))
    (mailbox
      (shell))
    (mailbox
      (shell))
    (mailbox
      (shell)))
  (sidebar_unpin_directive
    (command))
  (source_directive
    (command)
    (path
      (shell))))
