> On Oct 4, 2016, at 5:56 PM, Sam Ruby <[email protected]> wrote: > > On Tue, Oct 4, 2016 at 7:39 PM, Craig Russell <[email protected]> > 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, [email protected] 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 <[email protected]> >>> 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 >>> ['"[email protected]" <[email protected]>']. >> >> Craig L Russell >> Architect >> [email protected] >> P.S. A good JDO? O, Gasp! >> >> >> >> >> Craig L Russell Architect [email protected] P.S. A good JDO? O, Gasp!
