9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: mirtchov@cpsc.ucalgary.ca
To: 9fans@cse.psu.edu
Subject: Re: [9fans] getting mail working
Date: Tue,  9 Sep 2003 23:38:17 -0600	[thread overview]
Message-ID: <7d86aabde69e3f9b1dfe81e6900913ec@plan9.ucalgary.ca> (raw)
In-Reply-To: <6f13965d0ffa470f8dcaf5847d28ca7c@caldo.demon.co.uk>

[...]
> before shutting down each time i do a Dump, which allows me to pick up
[...]

when using my laptop (and generally everywhere else, since I've gotten
used to it) I like to run a separate acme session for reading mail in
the background, giving me more desktop real estate for code.

the way to do this is to start acme's Mail once and dump the window
into a file, say acmemail.dump.  then create a function in my
profile that runs acme and starts Mail off the dump file.  in my case
it's:

	fn amail { acme -l $home/acmemail.dump }

at this point you can safely cover the Mail acme window with other
stuff -- just right-click on the face of the new mail arriving to
bring it back on top.

one slight issue with this is that you need to start a second 'plumber'
before running acme again, otherwise messages and files will open in
both acme sessions.  this won't cause any trouble for the editor itself...

andrey




      reply	other threads:[~2003-09-10  5:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-10  0:13 Rob Ristroph
2003-09-10  1:18 ` matt
2003-09-10  0:52   ` Rob Ristroph
2003-09-10  2:04     ` matt
2003-09-10  5:11       ` Charles Forsyth
2003-09-10  5:38         ` mirtchov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7d86aabde69e3f9b1dfe81e6900913ec@plan9.ucalgary.ca \
    --to=mirtchov@cpsc.ucalgary.ca \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).