Re: Problem displaying text/html mime attachments (solved)

2007-01-20 Thread Stefano Sabatini
On date Saturday 2007-01-20 12:20:36 -0700, Bob Proulx muttered: > Stefano Sabatini wrote: > > # textual session > > if [ -z "display" ]; then > > This will never be true. You meant to say the following there. > > if [ -z "$DISPLAY" ]; then > Yes, you're right, thanks! -- Stefano

Re: Problem displaying text/html mime attachments (solved)

2007-01-20 Thread Bob Proulx
Stefano Sabatini wrote: > # textual session > if [ -z "display" ]; then This will never be true. You meant to say the following there. if [ -z "$DISPLAY" ]; then Bob

Re: emacs problem

2007-01-20 Thread Bob Proulx
Just a gentle reminder to keep replies on list... Mutt's list-reply feature is perfect here. :-) Sergio Dominguez wrote: > Stefano Sabatini wrote: > > In which mode are you composing the message (mail-mode, post-mode)? Agreed. Check the setting of the auto-mode-alist variable. This is a varia