Changing IMAP username on same IMAP server

1999-11-17 Thread Chris Green

I have two IMAP accounts on the same IMAP4 server, how can I tell
mutt to change from one to the other?  If I just source a file which
does a 'set imap_user=new user name' mutt doesn't seem to know
anything has changed.  The IMAP server is the same so the $folder and
$spoolfile names are unchanged (so is the password for that matter!).

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]   Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/



Re: fcntl: No locks available (errno = 37)

1999-11-17 Thread Roland Rosenfeld

On Tue, 16 Nov 1999, Dan Lipofsky wrote:

 I am using mutt-1.0pre3us on Red Hat 6.1 Linux.  When ever I try to
 save a message to a file on a network file system I get
 fcntl: No locks available (errno = 37)
 If the file does not exist it successfully creates it but leaves it
 length zero.  If I try to save to a file on the local file system it
 works fine.  Can anyone help me out here?

I don't know which Kernels comes with RedHat 6.1, but I presume it's
2.2.*.

If your NFS server supports locking (Linux userspace nfsd doesn't, the
knfsd does, if it is compiled with the correct options), everything
should be okay, but you shouldn't miss to start lockd and statd on
both machines.

If your NFS server doesn't support locking, you have to add the option
"nolock" to the mount options for this filesystem on the client
machine (otherwise Linux 2.2.* on the client will complain).
In addition to this you should upgrade to at least kernel 2.2.13,
because otherwise you will loose mail (there is a feature in 2.2.*
kernels which flushes the cache of a file when it is locked, but in
kernel =2.2.12 this feature did only work if the server supports
locking.  Since 2.2.13 this also works for servers which do not
support locking).

Ciao

Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *



Re: fcntl: No locks available (errno = 37)

1999-11-17 Thread Stephan Seitz

Hi!

On Die, Nov 16, 1999 at 09:05:02 -0200, Lalo Martins wrote
 Copying to falcon/teste...lockd: failed to monitor 192.168.0.76
 fcntl: No available locks (errno = 79)

Is knfs compiled with --enable-secure-statd?
If yes, disable it.

Shade and sweet water!

Stephan

-- 
| Stephan SeitzE-Mail: [EMAIL PROTECTED] |
|  WWW: http://fsing.fs.uni-sb.de/~stse/|
| PGP Public Keys: http://fsing.fs.uni-sb.de/~stse/pgp.html |

 PGP signature


Expire date ?

1999-11-17 Thread Christian Gall

Hello !

is it possible to set an expire date, so that mutt automatically
delets messages in a folder ?

Thanks,
Christian

-- 
This is clearly another case of too many mad scientists, and not enough
hunchbacks.



[1.0i bug] From bug (was: v1.0i and color support)

1999-11-17 Thread Vincent Lefevre

With the previous message, Mutt 1.0i thinks that the "From:" address is:
  [EMAIL PROTECTED]

That is, it takes the "From " address. This is incorrect.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - PhD student in Computer Science
Web: http://www.vinc17.org/ or http://www.ens-lyon.fr/~vlefevre/ - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.



Re: fcntl: No locks available (errno = 37)

1999-11-17 Thread Thomas Roessler

On 1999-11-16 18:09:17 -0600, David DeSimone wrote:

 If you are *certain* that every mail-handling program at your site uses
 the same dot-locking mechanism, you can reconfigure Mutt with
 --disable-fcntl, and then you won't have this problem.  But if you're
 wrong, and there is some program that does try to perform fcntl-locks as
 the only method to prevent synchronization problems, then the two
 programs can collide and trash the folder if they access it at the same
 time.

When doing this, make sure you disable caching on the NFS client.

-- 
http://www.guug.de/~roessler/




Re: [OT] dingus clicking in rxvt?

1999-11-17 Thread Timothy Ball

Wow thanks a lot everyone for the dingus info... I'm still having some
"issues" w/ compiling it on solaris, but I think they're just shell
issues.

--timball

-- 
Send mail with subject "send pgp key" for public key.
pub  1024R/CFF85605 1999-06-10 Timothy L. Ball [EMAIL PROTECTED]
 Key fingerprint = 8A 8E 64 D6 21 C0 90 29  9F D6 1E DC F8 18 CB CD



Re: Colors

1999-11-17 Thread Reed Lai

At 05:53 AM 1999/11/15 +0200, you wrote:
Reed Lai [EMAIL PROTECTED] wrote on Sun, 14 Nov 1999:
  or update ncurses to 5.0, and make sure the old version of ncurses has
  been purged or warped to new version... but carefully, purge ncurses
  may cause some curses-programs (telnet, telnetd, man...) to stop work.

telnet and telnetd use curses?  I would think that's very strange.
Especially telnetd which is a daemon...

...I don't know why, but after I deleted libncurses.so.3.4, I can not
telnet in(request the service of telnetd) and telnet out from that host.
If I do that, telnet will tell me that it can not load libncurses.so.3.4...
and when I warped it to new version of ncurses, then it works.

I think, telnet use function calls from ncurses...

Brgds
Reed



Re: fcntl: No locks available (errno = 37)

1999-11-17 Thread Dan Lipofsky

On Tue, Nov 16, 1999 at 03:52:11PM -0600, Dan Lipofsky wrote:
 I am using mutt-1.0pre3us on Red Hat 6.1 Linux.  When ever I try to
 save a message to a file on a network file system I get
 fcntl: No locks available (errno = 37)
 If the file does not exist it successfully creates it but leaves it
 length zero.  If I try to save to a file on the local file system it
 works fine.  Can anyone help me out here?

With the help of every here, I did fix the problem.

First I looked on the server, and saw the lockd process was defunct.
We restarted that, but it did not help.  Latter I thought to look on
the client, saw there was no lockd, started it, and that fixed
everything.

While all this was going on, I noticed that I only get this error
message when saving from a normal folder, not when saving from an IMAP
folder.  It failed in both cases, I just did not get notified when
saving from an IMAP folder.  I wonder why that is?  I was saving to a
regular file in both cases.

Thanks,
- Dan



Detaching a file??

1999-11-17 Thread Subba Rao


How do I detach a file in mutt? Some of the users are MS users
and send my Word97 or Powerpoint presenations. How can I detach it
and save it to a file?

TIA.

Subba Rao
[EMAIL PROTECTED]
http://pws.prserv.net/truemax/



Re: fcntl: No locks available (errno = 37)

1999-11-17 Thread Mikko Hänninen

Roland Rosenfeld [EMAIL PROTECTED] wrote on Wed, 17 Nov 1999:
 So flock(2) may not be the best idea if you want to access your mail
 via NFS...

Apparently.  IMHO, any incoming mail folders which are accessed over
NFS should be in Maildir format anyway, it's pretty much the only sane
choice.  As this thread quite clearly shows, file locking and NFS don't
really mix.


Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy  scifi, the Corrs /
Practice random acts of kindness and senseless acts of beauty.



Re: fcntl: No locks available (errno = 37)

1999-11-17 Thread Marius Gedminas

On Tue, Nov 16, 1999 at 06:09:17PM -0600, David DeSimone wrote:
 Lalo Martins [EMAIL PROTECTED] wrote:
 
  Oh, one more tidbit:  I _can_ save attachments.  Go figure.
 
 That's because attachments are saved to *files*, while messages are
 saved to *folders*.  So attachments don't require any locking (unless
 you're saving a message/rfc822 type, which is a message, but now it's
 getting confusing).

As a minor side issue: is there a way to save message to a *file* (i.e.
without the locking)?  Dotlocking does not work on FAT partitions...

Best Regards,
Marius Gedminas
-- 
UNIX is user friendly. It's just selective about who its friends are.



Re: Since we have PGP support...

1999-11-17 Thread Eric Brunson


Unfortunately most of the people on this mailing list use RSA keys
which is a copyrighted algorithm and, therefore, not implemented in
gpg.  When I realized this I generated a new DSS (Diffie-Hellman) key
and switched to using it.  Both PGP and GPG can do DSS.

* Dave Holland ([EMAIL PROTECTED]) [991112 15:19]:
 On Fri, Nov 12, 1999 at 03:30:36PM +0100, Martin Schröder wrote:
  On 1999-11-12 09:12:52 -0500, Rich Lafferty wrote:
   I've realized lately that I see an awful lot of "WARNING: Can't find
   the right public key-- can't check signature integrity" on
   mutt-users. :-) Is there a mutt public keyring out there anywhere?
  Don't think so. You know http://www.pgp.net/pgpnet/ ?
 
 If you're using gnupg, you can configure it to fetch unknown keys from
 a keyserver...
 
 Dave
 -- 
  Dave Holland  |  "If a site has pages that cause your browser
 Systems Manager|to restart, don't go there again"  -- Microsoft
  Incyte Europe |
  Cambridge, UK |


-- 
Eric Brunson* _ o  *   Faster and faster, 
[EMAIL PROTECTED]* / //\   until the thrill of speed
[EMAIL PROTECTED]\|   * overcomes the fear of death
[EMAIL PROTECTED]   \\,  



Re: [OT] dingus clicking in rxvt?

1999-11-17 Thread Rob Reid

At  9:10 AM EST on November 17 Timothy Ball sent off:
 Wow thanks a lot everyone for the dingus info... I'm still having some
 "issues" w/ compiling it on solaris, but I think they're just shell
 issues.

I hope so, but are you using my Solaris hack?
(http://astro.utoronto.ca/~reid/software/)  Otherwise you'll have /proc issues
up the wazoo.  But if you can fix them, that'd be great... 

-- 
A little more than kin, and less than kind. - Hamlet
Robert I. Reid [EMAIL PROTECTED] http://astro.utoronto.ca/~reid/
PGP Key: http://astro.utoronto.ca/~reid/pgp.html



Re: Return reciepts

1999-11-17 Thread Thomas Roessler

On 1999-11-17 19:59:24 +0100, Jan Houtsma wrote:

 Well in netscape you have the choice either a confirmation if the
 mail has been delivered (so thats the MTA) but the other is that
 the mail actually has been read. In winblows u always get a popup
 window in that case where u can say yes or no to confirm.

Well, yes.  In fact, there are two concepts at work here, namely
Delivery Status Notifications (DSN, RFC 1894), and Message
Disposition Notifications (MDN, RFC 2298).

As far as I understand, the former ones are the classical
"Return-Receipts", i.e., a notification that a message has been
delivered.  The latter ones concern the question what the end user
has done to a message.  One may consider them an invasion of
the reader's privacy.  Should I wish to confirm that I read a
mesage, I can just reply to it.

More simply, I think that adding support for generating MDNs to mutt
would be totally unnecesary additional code bloat to a program which
tries to get bloated anyways.  Thus, it won't happen.

-- 
http://www.guug.de/~roessler/




Re: mutt wishlist

1999-11-17 Thread Jeremy Blosser

Sven Guckes [[EMAIL PROTECTED]] wrote:
 * Sven Guckes [EMAIL PROTECTED] wrote:
  Wishlist?
 
 * David DeSimone wrote:
  No disrespect intended, Sven,
  but do people read your wish list?
 
 * Eugene Lee ([EMAIL PROTECTED]) [991112 20:04]:
  I just did.  It took a while to find it, and it's actually
  located under Sven's home page and not the Mutt home page.
 
 Well, my pages are not linked from www.mutt.org any more.

Baloney.  They're listed on the "links" page, in both the 'user advocacy'
and 'config' section.

 I had hoped that the concept of sharing information by
 means of a user page would move to the mutt.org site
 but apparently noone cares.  Oh, well.

?  There's a rather large section of www.mutt.org that lists links to all
the various user pages that are maintained.

 I can only offer my information -
 but if noone wants it - ok.

-- 
Jeremy Blosser   |   [EMAIL PROTECTED]   |   http://jblosser.firinn.org/
-+-+--
"If Microsoft can change and compete on quality, I've won." -- L. Torvalds

 PGP signature


Re: uncolor index *

1999-11-17 Thread Sven Guckes

* Andy Spiegl ([EMAIL PROTECTED]) [991117 18:14]:
 when I type: "mutt spiegl -s foo  /dev/null"
 I get to see:
  Error in /home/spiegl/.mutt/color, line 79: *: unknown command
  Error in /home/spiegl/.muttrc, line 158:
  source: errors in /home/spiegl/.mutt/color
  source: errors in /home/spiegl/.muttrc

The Subject is to be specified before the addresses...

 In line 79 of ~/.mutt/color I've got this:
  uncolor index "*"
 which is a documented command.

How about this (no quotes):
   uncolor index *

 When use mutt interactively I don't see these messages.
 Anyone have any clue what I am doing wrong?

Please tell what you want to do first!
Why do you use " /dev/null" for example?

Sven



Re: forward with attached files - set forward_attachment

1999-11-17 Thread Sven Guckes

* Reed Lai ([EMAIL PROTECTED]) [991117 05:34]:
 how to forward mail with its attached files?

  set forward_attachment

Sven



Muttrc builder

1999-11-17 Thread mahdi Nadir

I'm doing a a www front-end to build a muttrc with a few
click. It's still "under development" and some stuff
like multi-line variables and functions are not handled :

http://mutt.netliberte.org/

Bugs, misspelling or wanted features are welcomes.

I wonder about the dogs a use in my page. May I use it
freely ?

mahdi



[wish] flag 'A' for multiple attachments

1999-11-17 Thread Sven Guckes

* F.Baubetm" ([EMAIL PROTECTED]) [991117 18:05]:
 Another quibble from an EEL  (ex-Elm lamer ;-)
 Elm always had a flag in the main display that told me a file had an
 attachment, and when I viewed the message, there was a notice there too.
 Mutt doesn't seem to do this, and I've missed attachments  :-(

Mutt once did this - but the flag was dropped.  :-(
I think this was done as you'd see the flag on
almost all mails - even thought they'd only have
just a single one which might just be text/plain.

Then again I'd definitely like to see that
messages have multiple attachments, too...

 Anyone got a config fix ?

Anyone?

Sven



Re: Expire date ? - checking Expiry: - how?

1999-11-17 Thread Sven Guckes

* Christian Gall writes:
 is it possible to set an expire date, so that mutt
 automatically delets messages in a folder ?

* Andreas Kahari ([EMAIL PROTECTED]) [991117 13:36]:
 No, but you might define a macro. I use something like
   macro index somekey "T ~r 1m\n"
 .. to tag all messages in the index that are older than one month.
 Pressing ';d' deletes the tagged messages
 (you might want to include that in the macro too).

I think Christian is asking for an automatic delete/move
on messages with an explicit Expiry header line.
But how would you check whether the expiry in that line applies?

Sven



Re: forward with attached files - set forward_attachment

1999-11-17 Thread Reed Lai

On Wed, Nov 17, 1999 at 10:17:36PM +0100, Sven Guckes wrote:
 * Reed Lai ([EMAIL PROTECTED]) [991117 05:34]:
  how to forward mail with its attached files?

   set forward_attachment

doesn't work, I got message:

forward_attachment: unknown variable

and I can not find that forward_attachment in
the chapter 6.Reference of manual...
my mutt version 1.0i

thanks
reed



Re: flag 'A' for multiple attachments

1999-11-17 Thread Nathan Cullen

On Wed, Nov 17, 1999 at 05:42:08PM -0600, David DeSimone wrote:
 What I remember is that, as more mailbox formats were being added
 (IMAP), it became clear that Mutt couldn't always get all the
 information needed in order to display the flag.  That is, you'd have to
 pretty much scan the folder itself to determine which mails have
 attachments and which do not.  And that is expensive, over a network.
 

I use fetchmail to deliver my mail locally, and I'm certainly willing to
take a performance hit if I could have a cool feature like an attachment
flag.

Would it be possible to implement it as a variable we can set and unset?
Something like 'set attachment_flag' ?

If nobody wants to do it, I'd certainly be willing to give it a shot.

-- 
==
 Nathan Cullen [EMAIL PROTECTED]
==



Re: forward with attached files - set forward_attachment

1999-11-17 Thread Thomas Roessler

On 1999-11-17 22:17:36 +0100, Sven Guckes wrote:

 * Reed Lai ([EMAIL PROTECTED]) [991117 05:34]:
  how to forward mail with its attached files?

   set forward_attachment

He rather wants mime_fwd set to ask-something or just yes.

-- 
http://www.guug.de/~roessler/