On 04/16/08, Christian Brabandt wrote:
> Hi Joseph!
>
> On Wed, 16 Apr 2008, Joseph wrote:
>
> > use part of the search results in the second part of the setting
> > like
> > this:
> >
> > save-hook [EMAIL PROTECTED] +Main/john
> >
> > save-hook [EMAIL PROTECTED] +Main/$1
>
> For save-hooks y
Hi Joseph!
On Wed, 16 Apr 2008, Joseph wrote:
> use part of the search results in the second part of the setting
> like
> this:
>
> save-hook [EMAIL PROTECTED] +Main/john
>
> save-hook [EMAIL PROTECTED] +Main/$1
For save-hooks you can use %expandos of $index_format.
So you possibly could wri
On 04/16/08, Nicolas Rachinsky wrote:
> * Joseph <[EMAIL PROTECTED]> [2008-04-16 11:29 -0400]:
> > If I hit S to save a message and than want to cancel, or some other
> > action that involves two steps...
> >
> > What is the right way to cancel that
> > action?
>
> ^G
Very nice, thanks for the
* Joseph <[EMAIL PROTECTED]> [2008-04-16 11:29 -0400]:
> If I hit S to save a message and than want to cancel, or some other
> action that involves two steps...
>
> What is the right way to cancel that
> action?
^G
Nicolas
--
http://www.rachinsky.de/nicolas
2 questions...
If I hit S to save a message and than want to cancel, or some other
action that involves two steps...
What is the right way to cancel that
action?
Another separate question, is there a way like in a save hook to
use part of the search results in the second part of the setting li