[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] Questionable code - the bigger picture
From: |
Norman Shapiro |
Subject: |
Re: [Nmh-workers] Questionable code - the bigger picture |
Date: |
Sat, 14 May 2005 13:13:44 -0700 |
Jon Steinhart <address@hidden> writes:
of changes are worthwhile. Can we agree on some way to work this?
>
>Oh, just for discussion, here's another change that I'd like to make. I need
>to make some changes in the way the context/profile stuff is handled. Without
>going into a lot of detail here, I'm adding a -nochangecontext option to many
>of the programs so that you can, for example, show +newfolder without changing
>the current folder.
I accomplish a similar functionality with an sh function for use in scripts:
newmh ()
{
local oldContext="${MHCONTEXT-context}";
local path=`mhpath +`;
export MHCONTEXT=,"$oldContext.$$";
cp "$path/$oldContext" "$path/$MHCONTEXT"
}
Norman Shapiro
798 Barron Avenue
Palo Alto CA 94306-3109
(650) 565-8215
address@hidden
- [Nmh-workers] Questionable code in m_chkids() in sbr/context_save.c, Jon Steinhart, 2005/05/13
- Re: [Nmh-workers] Questionable code in m_chkids() in sbr/context_save.c, Neil W Rickert, 2005/05/14
- Re: [Nmh-workers] Questionable code in m_chkids() in sbr/context_save.c, Jon Steinhart, 2005/05/14
- Re: [Nmh-workers] Questionable code in m_chkids() in sbr/context_save.c, Neil W Rickert, 2005/05/14
- Re: [Nmh-workers] Questionable code in m_chkids() in sbr/context_save.c, Josh Bressers, 2005/05/14
- Re: [Nmh-workers] Questionable code - the bigger picture, Jon Steinhart, 2005/05/14
- Re: [Nmh-workers] Questionable code - the bigger picture, Michael Richardson, 2005/05/14
- Re: [Nmh-workers] Questionable code - the bigger picture,
Norman Shapiro <=
- Re: [Nmh-workers] Questionable code - the bigger picture, Valdis . Kletnieks, 2005/05/14
- Re: [Nmh-workers] Questionable code - the bigger picture, Jeffrey C Honig, 2005/05/14
- Re: [Nmh-workers] Questionable code - the bigger picture, Josh Bressers, 2005/05/15
- Re: [Nmh-workers] Questionable code - the bigger picture, Jon Steinhart, 2005/05/17
- Re: [Nmh-workers] Questionable code - the bigger picture, Josh Bressers, 2005/05/17
- Re: [Nmh-workers] Questionable code - the bigger picture, Jon Steinhart, 2005/05/17
- Re: [Nmh-workers] Questionable code - the bigger picture, Josh Bressers, 2005/05/18
- Re: [Nmh-workers] Questionable code - the bigger picture, Mike O'Dell, 2005/05/18
- Re: [Nmh-workers] Questionable code - the bigger picture, Nathan Bailey, 2005/05/18
- Re: [Nmh-workers] Questionable code - the bigger picture, Mike O'Dell, 2005/05/18