App-Addex-Plugin-Nobody

 view release on metacpan or  search on metacpan

lib/App/Addex/Plugin/Nobody.pm  view on Meta::CPAN

#pod First, you have to add the plugin to your Addex configuration file's top
#pod section:
#pod
#pod   plugin = App::Addex::Plugin::Nobody
#pod
#pod You can supply the following options for the plugin:
#pod
#pod   name  - the "full name" to use (default: "Undisclosed Recipients")
#pod   nick  - the nick (if any) to provide (default: nobody)
#pod   group - the name of the address group (default: undisclosed-recipients)
#pod           this option is not well-validated, so maybe you should leave it alone
#pod
#pod The entry will have a true C<skip_hiveminder> field, to avoid bizarre
#pod interactions with the Hiveminder plugin.
#pod
#pod =cut

sub import {
  my ($mixin, %arg) = @_;


lib/App/Addex/Plugin/Nobody.pm  view on Meta::CPAN

First, you have to add the plugin to your Addex configuration file's top
section:

  plugin = App::Addex::Plugin::Nobody

You can supply the following options for the plugin:

  name  - the "full name" to use (default: "Undisclosed Recipients")
  nick  - the nick (if any) to provide (default: nobody)
  group - the name of the address group (default: undisclosed-recipients)
          this option is not well-validated, so maybe you should leave it alone

The entry will have a true C<skip_hiveminder> field, to avoid bizarre
interactions with the Hiveminder plugin.

=head1 AUTHOR

Ricardo SIGNES <rjbs@semiotic.systems>

=head1 COPYRIGHT AND LICENSE



( run in 0.546 second using v1.01-cache-2.11-cpan-a5abf4f5562 )