set sort_browser=alpha
set history=1000 # Number of lines of history in memory
-set history_file==tmp/.mutt-history
+set history_file==tmp/.mutt_history
set save_history=1000 # Number of lines of history in file
set read_inc=10 # Progress indicator when reading folders.
set pager_context=1 # No. of lines of context to give when scrolling
set pager_index_lines=6 # How many index lines to show in the pager
set pager_stop # Don't move to the next message on next-page
-set postponed==tmp/.mutt-postponed
+set postponed==tmp/.mutt_postponed
set print=ask-no # Don't waste paper
set recall=no # When I say "compose", ask me whether I want to continue composing a postponed message.
set reply_regexp="^((re([\\[0-9\\]+])*|aw|на):[ \t]*)+[ \t]*" # A regular expression to detect replies
or os.path.expanduser('~/.inputrc')
readline.read_init_file(initfile)
- histfile = os.path.expanduser('~/.python-history')
+ histfile = os.path.expanduser('~/.python_history')
try:
readline.read_history_file(histfile)
except IOError:
import readline
# Command line history:
-histfile = os.path.expanduser("~/.pdb-history")
+histfile = os.path.expanduser("~/.pdb_history")
try:
readline.read_history_file(histfile)