Enable python statement readline completion and readline history for interactive Python .
set folder = ~/Mail # Directory that contains all mail files (mailboxes)set realname = "Steve Kemp"set signature = ~/.signatureset record = +sent-mail # Where to save copies of outgoing mailset fast_reply # replies and forwards with same names and subjectset copy="yes" # Always save a copy of outgoing mailsset delete="yes" # Don't ask for mails flagged 'deleted' when exitingset move="no" # Don't move to 'mbox'set postpone="ask-yes" # Unsent messagesset confirmappend="no" # Don't ask to append a mailset confirmcreate="yes" # Ask before creating a new folderset save_empty="no" # Delete empty foldersmacro index .n "l~N\n" # Show new messages macro indexmacro index .a "l~A\n" # Show all messagesmacro pager "w" "set invsmart_wrap invmarkers" # Toggle wrap stuff# Allow headers to be headered.set edit_headers=yesset pager_index_lines=10set pager_stop=yesset mark_old=no