I tried this. Still gives me the error of:

/home/jhelfman/Mail/backup-inbox is not a mailbox.

I will include my .muttrc

| I know it's annoying to have people saying "Try this, try that", but
| I went back and read the original thread and this one and the only
| meaningful difference between my mutt -v and yours (besides base OS) is
| that you have the compression patch compiled in.
| 
| If it's not too much of a pain, could you recompile 1.2.5 /without/ that
| patch and see if switching between a plain (uncompressed) mbox and a
| maildir works? I use maildirs for my inbox and each mailing list I'm on,
| but use mbox for sent mail, postponed mail and spam I intend to deal
| with at a later time - I have no trouble switching between them. This
| would at least establish a baseline "works or doesn't work".
| 
| Also, a final shot-in-the-dark: When you dropped back from 1.3.x to
| 1.2.5, did you change patches? I seem to recall different compression
| patches based on version and I wonder if the 1.3.x patch would apply
| successfully but screw something up? (I haven't checked the code...
| that's next!)
| 
| Tim
| 

-- 
/Jason G Helfman

"At any given moment, you may find the ticket to the circus that has always
been in your possession."

        Fingerprint: 6A32 3774 E390 33B5 8C96  2AA1 2BF4 BD71 35A1 C149
            GnuPG http://www.gnupg.org  Get Private!  1024D/35A1C149
##.mutt.sets   1.29.00

set markers = no
set mbox= +mailbox-`date '+%Y-%b'`
set mbox_type= Maildir
set move= ask-yes
set ignore_list_reply_to  # ignore the "Reply-To" lines
set index_format="%4C %Z %2M %[!%y%m%d] %-17.17F (%3l) %s"
set allow_8bit
unset arrow_cursor
set ascii_chars  # set: use ASCII characters to build the thread tree
set attribution="! %n <%a> [%(%d%m%y %H:%M)]:"
set autoedit         # set: skip the prompts for To: and Subject:
set beep_new
set noconfirmappend  # set: prompt for confirmation on appending mail to folder
set confirmcreate  # set: prompt for confirmation on creation of folders
set delete=ask-yes
set edit_headers     # edit all headers lines in the editor
set editor="vi -c 'set tw=72 et'"
set folder=~/Mail    # directory with all mail folders
set hidden_host # do not use a hostname in the address - PROBLEMATIC!
set history=100 # 0.51: number of input lines for prompts to remember
set include      # set: include mail as quoted text in replies
set index_format="%4C %Z %[!%y%m%d] %-17.17F (%3l) %s"
set index_format="%4C %4N %Z %[!%y%m%d] %-17.17F (%3l) %s"
set nomark_old # set: make distinction between New mail and Old mail.
set mime_forward #=ask-yes        # mutt-0.92:  now a quadoption!
set nomove  # do not move read mails from mailbox to $mbox (was: "set hold")
set pager_context=1      # number of lines that overlap on paging
set pager_index_lines=0   # number of lines to see from the index
set pager_stop            # next-undeleted when the end of the mail is shown
set print_command = "a2ps -Email --strip-level=3 - | lpr" #postscript, requiers a2sp 
package
#set print_oommand = "fork|lpr"
set noprompt_after  # set: gives you a prompt when pager exits
set quote_regexp="^ *[a-zA-Z]*[]>|}()%:=-][]>|}():=-]*"
set read_inc=10    # '10': show count number for every tenth mail
set recall=no      # do not prompt for recalling postponed mails with 'm'
set record=+sent
set reply_regexp="^((re|r e|r?f|aw|antw.?|antwort):[ \t]*)*"
set reply_to=ask-yes   # "reply":          set:  Use address in Reply-To?
set reverse_alias  # show the name of sender as set with my alias for him
set reverse_name   # reply as the user to whom the mail was sent to
set shell=bash     # use the zsh for shell commands
set sort_aux
set sort_browser=reverse-date
set status_on_top # set: present the status bar at top, ie before the index
set strict_threads # set: use references: for threading only, ie do not
set tilde  # show non-existant lines of text with a tilde at begin-of-line
set tmpdir="/tmp" # directory where temporary files are to be placed
set to_chars="X+TCF"
set write_inc=1 # number - display increment count for every n-th mail
set forw_format="(forw) %s"
set hdr_format="%4C %Z %[!%y%m%d] %-17.17F (%3l) %s"  # Sven's favourite
set pager_format="%S [%C/%T] %n (%l) %s"      # Sven's favourite
set status_format="%v: %f (%s) [%M/%m] [N=%n,*=%t,post=%p,new=%b]"
set postponed="$HOME/Mail/postponed"
set indent_string= "| "
set mailcap_path="/home/jhelfman/.mutt/mutt.mailcap:/etc/mailcap"
set alias_file="/home/jhelfman/.mutt/mutt.aliases"
set sendmail="/var/qmail/bin/qmail-inject"
set query_command="lbdbq %s"
#set pager_index_lines=15

# mailboxes
mailboxes ! =mutt =lugs =cron =returned =wga =spool =licq =announce =gov =sforge

# mailbox compression
open-hook \\.gz$ "gzip -cd %f > %t"
close-hook \\.gz$ "gzip -c %t > %f"
append-hook \\.gz$ "gzip -c %t >> %f"

Reply via email to