* Ravi Uday [22.Tem.08 11:31 -0700]: > If there is a way to retrieve your ~/.muttrc from a existing mutt > session, please let me know. That would help too as my > .muttrc is deleted :( Attach gdb to your mutt process with: <shell-escape>gdb /proc/$PPID/exe $PPID And inside gdb dump the variables like so: call mutt_dump_variables() Then parse the output. -- ~sertac