Attachment menu

1999-07-09 Thread Brian Salter-Duke

The attachemnt menu shows the mime type/subtype with a maximum of
7 characters for type (e.g. applica/) and 10 characters for the
subtype. Could anyone tell me where this limitation is in the
code or is there a way to configure this in .muttrc. I have
a pair of subtypes where the first 10 characters are the same and
I would like to see the difference.

Cheers, Brian.
-- 
Associate Professor Brian Salter-Duke (Brian Duke)
Chemistry, Faculty of Science, IT and Education, Northern Territory University,
  Darwin, NT 0909, Australia.  Phone 08-89466702. Fax 08-89466847
[EMAIL PROTECTED]  http://www.smps.ntu.edu.au/chemistry/compchem.html



Re: DSN feature in sendmail 8.9

1999-07-09 Thread Claus Assmann

On Sat, Jul 10, 1999, Aris Mulyono wrote:

> I tried to set dsn_notify and dsn_return variable in mutt
> but when I sent the email the sendmail complained about the option
> -N not being recognized.
> What FEATURE should I enable specifically in sendmail to do this?

None. It is enabled by default.
Do you really use sendmail 8.9?

Maybe you should ask in a sendmail group...



DSN feature in sendmail 8.9

1999-07-09 Thread Aris Mulyono

All,

I tried to set dsn_notify and dsn_return variable in mutt
but when I sent the email the sendmail complained about the option
-N not being recognized.
What FEATURE should I enable specifically in sendmail to do this?

TIA,
-Aris
-- 
I did this 'cause Linux gives me a woody.  It doesn't generate revenue.
(Dave '-ddt->` Taylor, announcing DOOM for Linux)



Re: IMAP: multiple servers, users, mailboxes?

1999-07-09 Thread Brandon Long

On 07/08/99 Johan Almqvist uttered the following other thing:
> Hi!
> 
> I am having great trouble confguring the following setup in mutt
> 
> [root@localhost root]# mutt -v
> Mutt 0.95.4us (1999-03-03)
> System: Linux 2.2.5-22 [using slang 10202]
> Compile options:
> -DOMAIN
> -HOMESPOOL  -USE_SETGID  -USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
> +USE_IMAP  +USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX  +HAVE_COLOR
> -BUFFY_SIZE 
> -EXACT_ADDRESS  +ENABLE_NLS

For one, with IMAP, you should probably be using a later version than
the above.  The development branch has some IMAP benefits like folder
browsing.  Even later stable versions have greatly improved IMAP.

> I have accounts on several machines (let's call them imap.one.com,
> imap.two.org and imap.three.net). On some machines, I have several
> accounts with separate mail spool files (and I want to keep it that
> way) ([EMAIL PROTECTED], [EMAIL PROTECTED]). In some accounts, I also have several
> mailboxes (mail/inbox, mail/list etc).
> 
> In pine, I can read from all of these in one "instance" of pine (using
> different CNAMEs for imap.two.org depending on whether i want to read
> [EMAIL PROTECTED]'s or [EMAIL PROTECTED]'s mail...) but I can't have different From: and
> Reply-To: info and different signatures dependent on what folder i am.
> THAT, I can have in mutt. Has anyone got any leads on how to configure the
> above?

folder-hook . unmy_hdr *
mailboxes {imap.one.com}INBOX {imap.one.com}/home//mail/list
folder-hook imap.one.com 'my_hdr Reply-To: @one.com
folder-hook imap.one.com 'my_hdr From: @one.com
folder-hook imap.one.com 'set imap_user='

mailboxes {imap.two.org}INBOX {imap.two.org}/home/a/mail/list
folder-hook imap.two.org 'my_hdr Reply-To: [EMAIL PROTECTED]
folder-hook imap.two.org 'my_hdr From: [EMAIL PROTECTED]
folder-hook imap.two.org 'set imap_user=a'

mailboxes {imap.two.org}/home/b/mail/inbox {imap.two.org}/home/a/mail/list
folder-hook imap.two.org.*/b/ 'my_hdr Reply-To: [EMAIL PROTECTED]
folder-hook imap.two.org.*/b/ 'my_hdr From: [EMAIL PROTECTED]
folder-hook imap.two.org.*/b/ 'set imap_user=b'

Or something like that.
 
> I can't even get mutt to open/goto the IMAP mailboxes without explicitly
> telling it to open a new mailbox... or isn't that possible in mutt (as in
> pine: go to next mailbox with tab [or whatever] when all's read in the

Mutt supports going to a mailbox with new mail, but only if its in the
mailboxes line, like above.  Granted, it will have to actually connect
to every mailbox to poll them for mail.  There is a setting,
imap_passive which will determine if mutt will open the connection to
all of the servers at startup, or whether it will wait till you open
them yourself.

Brandon
-- 
Brandon Long ([EMAIL PROTECTED]) [http://www.fiction.net/blong/]

"Hey, you've failed the Turing Test!  I got such a thrill the first
 time that happened to me..." -- Dave Fischer



Re: color/console vs. xterm

1999-07-09 Thread Morten Bo Johansen

Quoting Vincent Lefevre <[EMAIL PROTECTED]>:

> On Fri, Jul 09, 1999 at 10:59:31 +0200, Morten Bo Johansen wrote:
> > Thanks, but no change. I got a reply in private email
> > from which I learned that yellow is really "brightbrown"
> 
> It depends on the terminal. In an rxvt, yellow is "brightbrown"
> (and brightyellow is yellow). But in a dtterm, yellow is yellow
> and brightyellow is yellow in bold.

Confusing...when I run mutt in rxvt yellow is certainly
yellow. As for dtterm I'm not sure what sort of terminal
that is..?



Morten



Re: color/console vs. xterm

1999-07-09 Thread Vincent Lefevre

On Fri, Jul 09, 1999 at 10:59:31 +0200, Morten Bo Johansen wrote:
> Thanks, but no change. I got a reply in private email
> from which I learned that yellow is really "brightbrown"

It depends on the terminal. In an rxvt, yellow is "brightbrown"
(and brightyellow is yellow). But in a dtterm, yellow is yellow
and brightyellow is yellow in bold.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - PhD student in Computer Science
Web:  or  - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, Faits divers insolites, etc.



Re: color/console vs. xterm

1999-07-09 Thread Morten Bo Johansen

Quoting Serge Matveev <[EMAIL PROTECTED]>:
> On Wed, Jul 07, 1999 at 01:58:57PM +0200, Morten Bo Johansen wrote:
> > 
> > I have the following entry in my .muttrc:
> > 
> > color quoted  black   yellow
> > 
> > Strangely the color for quotings which should be yellow
> > stand out as dark-orange on the console whereas it appears
> > fine yellow in an xterm.
> 
>   Try brightyellow instead yellow.

Thanks, but no change. I got a reply in private email
from which I learned that yellow is really "brightbrown"
and my console has no support bright background colors,
so guess I'll forget about yellow for the time being.


Morten