9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [Fwd: [Fwd: Re: [9fans] acme + mh]]
@ 2006-02-20 15:56 Ronald G Minnich
  2006-02-20 11:51 ` [9fans] Re: acme mail Russ Cox
  0 siblings, 1 reply; 31+ messages in thread
From: Ronald G Minnich @ 2006-02-20 15:56 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

 >Could you elaborate?  You need to use Put rather than Save to create a
 >`folder' (alternate mailbox); is that your objection?  You should be
 >able to create hierarchies too; though I have done only a very limited
 >form of this.


ok, Geoff, I decided to do this as a naive mail user, which for the most 
part I am anyway.

So I look at a message. it is /mail/fs/mbox/9 or some such. I go to the 
tag bar and change it to /mail/fs/mbox/plan9/9.

Of course it fails, as expected, but the question is, what DO you do?

I tried this too
mkdir -p $home/mail/plan9
then, in the tag bar, change
/mail/fs/mbox/9
to
/usr/rminnich/mail/plan9/9
and Put does ... nothing.

So, I see a few problems here:
- I don't want to name the messages or worry about their number
- or fool with retyping the name in the tag bar

What I want is to somehow point at a message, click on something in the 
tag bar, then click on a folder in another window, and have the message 
move. This is another class of Delete, in some sense: Deletemsg and move 
it too. So the (deleted) tag could actually become a (folder) tag, and 
(deleted) could be a folder too. Then Put would do all the refiling for 
me. This just occurred to me, now I gotta go look at Mail source and see 
if it is comprehensible enough for me to do it :-)

Acme mail is an interesting foundation for a mailer, but it won't cut it 
for people I am trying to show Plan 9. At the same time, I like its 
simplicity, and still think it has a more sensible feel than (e.g.) 
tundrabird, the Super-Mailer of the Future.

thanks

ron


^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: [9fans] Re: acme mail
@ 2006-02-20 17:03 Brian L.Stuart
  2006-02-20 12:20 ` Russ Cox
  2006-02-20 17:07 ` C H Forsyth
  0 siblings, 2 replies; 31+ messages in thread
From: Brian L.Stuart @ 2006-02-20 17:03 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> All you have to do to save the message somewhere
> is type extra text in the tag after the "Save " and then 
> execute it.

That reminds me of a slight annoyance with the saved
mail.  It's stored in mbox format and the parser for the
mbox files just takes any line starting with From as the
beginning of a new message.  So if it happens that you
save a message that just happens to have a line that
begins a new sentence starting with the word From, then
when when you B2 on "Mail foo" for mailbox foo, you end
up with some extra messages in the list as it splits  those
with lines starting with From.  I keep intending to do
something about it and post a patch, but my supply of
round tuits keep getting allocated to other things.  If
anyone else is messing with acme mail, that'd be a
nice one to fix.

Brian L. Stuart




^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: [9fans] Re: acme mail
@ 2006-02-20 17:13 Brian L.Stuart
  2006-02-20 17:15 ` Richard Miller
  0 siblings, 1 reply; 31+ messages in thread
From: Brian L.Stuart @ 2006-02-20 17:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> >>beginning of a new message.  So if it happens that you
> >>save a message that just happens to have a line that
> >>begins a new sentence starting with the word From, then
> 
> is that on plan 9 or unix?

Plan 9.  Another round tuit I'm missing is the one that will
allow me to set up acme mail on UNIX.

Brian L. Stuart




^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: [9fans] Re: acme mail
@ 2006-02-20 17:29 quanstro
  2006-02-20 18:09 ` C H Forsyth
  0 siblings, 1 reply; 31+ messages in thread
From: quanstro @ 2006-02-20 17:29 UTC (permalink / raw)
  To: 9fans

it wouldn't be the raw file if it quoted the from line.

i've been thinking that an intermediate file may need to exist.
one with all the character set translations done and the 
transfer encodings removed.

moving to a mail directory format (any one with 1 email per file)
may also be a good idea.

- erik

On Mon Feb 20 11:21:48 CST 2006, rsc@swtch.com wrote:
> > with lines starting with From.  I keep intending to do
> > something about it and post a patch, but my supply of
> > round tuits keep getting allocated to other things.  If
> > anyone else is messing with acme mail, that'd be a
> > nice one to fix.
> 
> The upas/fs raw file should probably be more consistent
> about quoting From.  
> 
> Russ
> 


^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: [9fans] Re: acme mail
@ 2006-02-20 18:15 quanstro
  2006-02-20 14:18 ` Russ Cox
  0 siblings, 1 reply; 31+ messages in thread
From: quanstro @ 2006-02-20 18:15 UTC (permalink / raw)
  To: 9fans

however, ned/acme currently save email in mbox format, thus
requiring the From quoting.

- erik

On Mon Feb 20 12:11:30 CST 2006, forsyth@vitanuova.com wrote:
> > moving to a mail directory format (any one with 1 email per file)
> > may also be a good idea.
> 
> that's what upas/fs gives you.
> 


^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: [9fans] Re: acme mail
@ 2006-02-20 21:22 quanstro
  2006-02-20 16:29 ` Russ Cox
  0 siblings, 1 reply; 31+ messages in thread
From: quanstro @ 2006-02-20 21:22 UTC (permalink / raw)
  To: 9fans

s/mime and pgp email dislike it when the body is changed.
this isn't something i've used extensively so i don't know how
much of a problem this might be.

would it be better of the raw file remained an exact
representation of the original mail?

perhaps a new file (say "mbox") could keep the email edited enough
to maintain from quoting and anything else require for mbox
compatability.

- erik

On Mon Feb 20 13:53:16 CST 2006, rsc@swtch.com wrote:
> > This has been discussed before, but why not just drop the BSD mbox
> > format and use maildir or a similar format?  it will make this and
> > many other problems go away or at the very least much easier to deal
> > with.
> 
> The fixes I mentioned are about 11 lines of code - one for pop3 and
> ten for imap4.  I am not aware of the many other problems that you
> refer to.  I do know that you're not going to implement maildir in 11 lines.
> 


^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: [9fans] Re: acme mail
@ 2006-02-20 23:30 quanstro
  0 siblings, 0 replies; 31+ messages in thread
From: quanstro @ 2006-02-20 23:30 UTC (permalink / raw)
  To: 9fans

you could run your own imap server.
mdir support is planned.

- erik

On Mon Feb 20 17:26:12 CST 2006, rminnich@lanl.gov wrote:
> Russ Cox wrote:
> 
> > 
> > I am running a new upas/fs and a slightly-changed 
> > version of acme mail.  In my setup (though not in the
> > standard one - yet), Save goes through upas/fs, so
> > that in fact all my mail - incoming and saved - is kept
> > on the mail server.  It doesn't matter whether I Save on
> > my laptop or on my desktop.
> > 
> 
> neat. I've tried to do something like this with the linux mailers and 
> it's a bit of a pain -- when you can do it at all.
> 
> Also, our mail allocation at LANL is ONE GB -- I can't fit there.
> 
> ron


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2006-02-21 21:54 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-20 15:56 [Fwd: [Fwd: Re: [9fans] acme + mh]] Ronald G Minnich
2006-02-20 11:51 ` [9fans] Re: acme mail Russ Cox
2006-02-20 23:19   ` Ronald G Minnich
2006-02-20 23:37     ` David Leimbach
2006-02-21  0:22       ` Dan Cross
2006-02-21  0:30         ` George Michaelson
2006-02-21  0:33           ` Steve Simon
2006-02-21  9:41         ` Charles Forsyth
2006-02-21 21:42           ` Dan Cross
2006-02-21 21:54             ` Skip Tavakkolian
2006-02-21  0:39   ` geoff
2006-02-20 19:42     ` Russ Cox
2006-02-20 17:03 Brian L.Stuart
2006-02-20 12:20 ` Russ Cox
2006-02-20 17:07 ` C H Forsyth
2006-02-20 17:13 Brian L.Stuart
2006-02-20 17:15 ` Richard Miller
2006-02-20 12:21   ` Russ Cox
2006-02-20 17:29 quanstro
2006-02-20 18:09 ` C H Forsyth
2006-02-20 18:15 quanstro
2006-02-20 14:18 ` Russ Cox
2006-02-20 19:43   ` uriel
2006-02-20 14:51     ` Russ Cox
2006-02-20 20:44     ` "Nils O. Selåsdal"
2006-02-20 20:49   ` Richard Miller
2006-02-20 16:00     ` Russ Cox
2006-02-20 21:03       ` Richard Miller
2006-02-20 21:22 quanstro
2006-02-20 16:29 ` Russ Cox
2006-02-20 23:30 quanstro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).