You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by Craig Russell <cr...@oracle.com> on 2016/10/04 23:39:57 UTC

Re: [whimsy] branch master updated: Reword public key email message

Heya,

The secmail tool is still showing the old message. Did I miss anything? Does the server need to be restarted?

Craig

> On Oct 3, 2016, at 11:11 AM, clr@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> clr pushed a commit to branch master
> in repository https://git-dual.apache.org/repos/asf/whimsy.git
> 
> The following commit(s) were added to refs/heads/master by this push:
>       new  4277402   Reword public key email message
> 4277402 is described below
> 
> commit 42774021da59f0c134c7d29d7d42eaa3bba51c31
> Author: Craig L Russell <cr...@oracle.com>
> AuthorDate: Mon Oct 3 11:11:05 2016 -0700
> 
>    Reword public key email message
> ---
> www/secmail/views/actions/pubkey.json.rb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/www/secmail/views/actions/pubkey.json.rb b/www/secmail/views/actions/pubkey.json.rb
> index 153f6a1..6e698aa 100644
> --- a/www/secmail/views/actions/pubkey.json.rb
> +++ b/www/secmail/views/actions/pubkey.json.rb
> @@ -27,7 +27,7 @@ task "email #{message.from}" do
>   complete do
>     mail.deliver!
> 
> -    _status 'email requesting upload of public key sent.'
> +    _status 'request to upload public key already has been sent.'
>     _disposition :keep
>   end
> end
> 
> -- 
> To stop receiving notification emails like this one, please contact
> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].

Craig L Russell
Architect
craig.russell@oracle.com
P.S. A good JDO? O, Gasp!






Re: [whimsy] branch master updated: Reword public key email message

Posted by Craig Russell <cr...@oracle.com>.
> On Oct 4, 2016, at 5:56 PM, Sam Ruby <ru...@intertwingly.net> wrote:
> 
> On Tue, Oct 4, 2016 at 7:39 PM, Craig Russell <cr...@oracle.com> wrote:
>> Heya,
>> 
>> The secmail tool is still showing the old message. Did I miss anything? Does the server need to be restarted?
> 
> The action script you modified adds that text as metadata for the
> message that you were operating on at the time.  So the change you
> made will take effect the next time you take the same action.

Makes sense. No problem.
> 
> On my list of "when I get around to it" items is to create a form that
> allows you to update this metadata with any values you like, so if you
> want to leave yourself a reminder as to why you haven't processed the
> mail just yet you will be able to.

I can think of a few higher priority tasks… ;-)

Craig

> 
>> Craig
> 
> - Sam Ruby
> 
>>> On Oct 3, 2016, at 11:11 AM, clr@apache.org wrote:
>>> 
>>> This is an automated email from the ASF dual-hosted git repository.
>>> 
>>> clr pushed a commit to branch master
>>> in repository https://git-dual.apache.org/repos/asf/whimsy.git
>>> 
>>> The following commit(s) were added to refs/heads/master by this push:
>>>      new  4277402   Reword public key email message
>>> 4277402 is described below
>>> 
>>> commit 42774021da59f0c134c7d29d7d42eaa3bba51c31
>>> Author: Craig L Russell <cr...@oracle.com>
>>> AuthorDate: Mon Oct 3 11:11:05 2016 -0700
>>> 
>>>   Reword public key email message
>>> ---
>>> www/secmail/views/actions/pubkey.json.rb | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>> 
>>> diff --git a/www/secmail/views/actions/pubkey.json.rb b/www/secmail/views/actions/pubkey.json.rb
>>> index 153f6a1..6e698aa 100644
>>> --- a/www/secmail/views/actions/pubkey.json.rb
>>> +++ b/www/secmail/views/actions/pubkey.json.rb
>>> @@ -27,7 +27,7 @@ task "email #{message.from}" do
>>>  complete do
>>>    mail.deliver!
>>> 
>>> -    _status 'email requesting upload of public key sent.'
>>> +    _status 'request to upload public key already has been sent.'
>>>    _disposition :keep
>>>  end
>>> end
>>> 
>>> --
>>> To stop receiving notification emails like this one, please contact
>>> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
>> 
>> Craig L Russell
>> Architect
>> craig.russell@oracle.com
>> P.S. A good JDO? O, Gasp!
>> 
>> 
>> 
>> 
>> 

Craig L Russell
Architect
craig.russell@oracle.com
P.S. A good JDO? O, Gasp!






Re: [whimsy] branch master updated: Reword public key email message

Posted by Sam Ruby <ru...@intertwingly.net>.
On Tue, Oct 4, 2016 at 7:39 PM, Craig Russell <cr...@oracle.com> wrote:
> Heya,
>
> The secmail tool is still showing the old message. Did I miss anything? Does the server need to be restarted?

The action script you modified adds that text as metadata for the
message that you were operating on at the time.  So the change you
made will take effect the next time you take the same action.

On my list of "when I get around to it" items is to create a form that
allows you to update this metadata with any values you like, so if you
want to leave yourself a reminder as to why you haven't processed the
mail just yet you will be able to.

> Craig

- Sam Ruby

>> On Oct 3, 2016, at 11:11 AM, clr@apache.org wrote:
>>
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> clr pushed a commit to branch master
>> in repository https://git-dual.apache.org/repos/asf/whimsy.git
>>
>> The following commit(s) were added to refs/heads/master by this push:
>>       new  4277402   Reword public key email message
>> 4277402 is described below
>>
>> commit 42774021da59f0c134c7d29d7d42eaa3bba51c31
>> Author: Craig L Russell <cr...@oracle.com>
>> AuthorDate: Mon Oct 3 11:11:05 2016 -0700
>>
>>    Reword public key email message
>> ---
>> www/secmail/views/actions/pubkey.json.rb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/www/secmail/views/actions/pubkey.json.rb b/www/secmail/views/actions/pubkey.json.rb
>> index 153f6a1..6e698aa 100644
>> --- a/www/secmail/views/actions/pubkey.json.rb
>> +++ b/www/secmail/views/actions/pubkey.json.rb
>> @@ -27,7 +27,7 @@ task "email #{message.from}" do
>>   complete do
>>     mail.deliver!
>>
>> -    _status 'email requesting upload of public key sent.'
>> +    _status 'request to upload public key already has been sent.'
>>     _disposition :keep
>>   end
>> end
>>
>> --
>> To stop receiving notification emails like this one, please contact
>> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].
>
> Craig L Russell
> Architect
> craig.russell@oracle.com
> P.S. A good JDO? O, Gasp!
>
>
>
>
>