# muttzilla.conf # # Commented out values are defaults, except where otherwise noted. # # If you are using mzmail.sh then this file must follow standard shell # syntax. Put another way, do this "debug=1", not this "debug = 1". # If you are not using mzmail.sh then either form is acceptable. #debug=0 #reread=1 #tempdir=/tmp # The library's config file parser is not yet able to expand things # like $HOME and ~. For now this will be assumed to be relative to # the user's home directory. #userconf=.muttzillarc #mailscript=mzmail.sh #mailprog=mutt # name of the program to run #mailargs=mutt # style of arguments that program accepts #mailargs=pine # an alternative argument style, not default #mailargs=dtmail # an alternative argument style, not default #mailargs=VM # an alternative argument style, not default #mailterm=xterm # set to "None" to disable running in xterm #mailtitle='muttzilla mail' # set to "None" to prevent passing -title #mailname=muttzilla # set to "None" to prevent passing -name #mailenv='EDITOR=emacs-nox' # just an example, not default #mailenv='VISUAL=emacs-nox' # just an example, not default # Note: mzmail.sh does not yet support mailenv #newsscript=mznews.sh #newsprog=tin # name of the program to run #newsargs=tin # style of arguments that program accepts #newsterm=xterm # set to "None" to disable running in xterm #newstitle='muttzilla news' # set to "None" to prevent passing -title #newsname=muttzilla # set to "None" to prevent passing -name #newsenv='EDITOR=emacs-nox' # just an example, not default #newsenv='VISUAL=emacs-nox' # just an example, not default # Note: mznews.sh does not yet support newsenv