* John Poltorak ([EMAIL PROTECTED]) wrote:
> Is there any way to get mutt to re-read .muttrc without exiting?
>
> I like to experiment with various options and don't want to have to
> close the application after updating the rc.
>
> Maybe there is even an option within mutt for editing the rc,
> but I haven't found it yet...
>
> John
I set these in my muttrc. (The command is just :source btw)
## Edit my muttrc
macro pager ,ve "!Eterm -e vim ~/.muttrc &\r"
macro index ,ve "!Eterm -e vim ~/.muttrc &\r"
macro browser ,ve "!Eterm -e vim ~/.muttrc &\r"
## Source my muttrc to update changes.
macro pager ,vu ":source ~/.muttrc\r"
macro index ,vu ":source ~/.muttrc\r"
macro browser ,vu ":source ~/.muttrc\r"
Tom.
--
.-------------------------------------------------------.
.^. | Tom Gilbert, England | [EMAIL PROTECTED] |
/V\ |----------------------| www.tomgilbert.freeserve.co.uk |
// \\ | Sites I recommend: `--------------------------------|
/( )\ | www.freshmeat.net www.enlightenment.org www.gnome.org |
^^-^^ `-------------------------------------------------------'