* Christian Dietrich <stettberger@xxxxxx> [06-10-30 13:54]:
* Andreas Krennmair <ak@xxxxxxxxxxx> [061030 13:21]:
>This Bug is because of the fact, that ImapDelimChars is only declared
>with USE_IMAP, but uses in sidebar.c also without USE_IMAP for
>abbreviating the Mailbox names.
I committed a fix for this. Could you check whether it works for you?
It doesn't work, the problem seems to continue its existence. But
perhaps i don't work well with quilt. I did:
patches $ svn update
mutt $ quilt refresh
mutt $ ./prepare
mutt $ ./configure
mutt $ make
The correct way to do this is the following:
mutt $ quilt pop -a # unapply the old patches
patches $ svn update # fetch the new patches
mutt $ quilt push -a # apply the new patches
mutt $ ./prepare
mutt $ ./configure
mutt $ make
Regards,
Andreas
|