On 21Jan2011 14:43, Robert Moskowitz <r...@htt-consult.com> wrote:
| I run FOUR copies of Thunderbird at one time, each with its own 
| directory structure.  Each has multiple mail addresses to download.
| 
| I start them with command lines like:
| 
| export MOZ_NO_REMOTE=1
| thunderbird -profile ~/data/htt/Mail &
| export -n MOZ_NO_REMOTE
[...snip...]

This is cleaner:

  MOZ_NO_REMOTE=1 thunderbird -profile ~/data/htt/Mail &

A per-command envvar setting, no need to undo it.

Cheers,
-- 
Cameron Simpson <c...@zip.com.au> DoD#743
http://www.cskk.ezoshosting.com/cs/

If I repent anything, it is very likely to be my good behavior.
    What demon possessed me that I behaved so well?     - Henry David Thoreau
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to