~rajeevs1992/mailman.client/mailmancli

« back to all changes in this revision

Viewing changes to src/mailmanclient/cli/docs/using_cli_shell.txt

  • Committer: Rajeev S
  • Date: 2015-03-17 19:05:45 UTC
  • Revision ID: rajeevs1992@gmail.com-20150317190545-xs76yrmktmsvu76m
- fixed bug in update global preference, which is readonly
- fixed/improved a few test cases

Global preferences are readonly, which is mentioned in the mmclient docs.
Option to edit the global preferences, which were previously allowed in 
CLI are removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
==================
137
137
 
138
138
Preferences can be updated using the shell for the following domains
139
 
 - Globally
140
139
 - Users
141
140
 - Members
142
141
 - Addresses
143
142
 
144
143
The actions are performed using the update command which can be used as follows::
145
144
 
146
 
    >>> update preference `<preference_name>` to `<value>` globally
147
145
    >>> update preference `<preference_name>` to `<value>` for member with `email` = `foo@bar.com`
148
146
        and `list` = `list@domain.org`
149
147
    >>> update preference `<preference_name>` to `<value>` for user with `email` = `foo@bar.com`
150
148
    >>> update preference `<preference_name>` to `<value>` for address with `email` = `foo@bar.com`
151
149
 
 
150
Global preferences are readonly.