Skip to content

Conversation

@bitamar
Copy link

@bitamar bitamar commented Feb 1, 2017

Allows to resend messages by a range of message IDs.

1__itamar_itamars-mbp____sites_drupal7_sites_all_modules_message_notify__zsh_

'callback' => 'message_notify_resend',
'description' => 'Resend selected messages by minimal and maximal message IDs.',
'arguments' => array(
'min_mid' => 'Message ID to start from.',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use dt for text(it's the t() funciton in Drush).

'max_mid' => 'Maximal message ID to resend.',
),
'options' => array(
'notifier' => "The notifier to use. 'email' by default.",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be consistent - use ' instead of "

@bitamar
Copy link
Author

bitamar commented Feb 1, 2017

@RoySegall - Thanks.
Btw, probably travis can be fixed by installing drush with composer instead of pear.

@RoySegall
Copy link

I think that as well, but I know that @amitaibu want to use docker.

@amitaibu
Copy link
Member

amitaibu commented Feb 1, 2017

but I know that @amitaibu want to use docker.

No need for docker here, but it would be nice to get Travis fixed.

@bitamar
Copy link
Author

bitamar commented Feb 1, 2017

I'll give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants