Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix documentation #567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/change-sasldb2-realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
new_db = bsddb.hashopen('/etc/sasldb2.new', 'n')

# Loop over all the keys in the original sasldb2
for orig_key in orig_db.keys():
for orig_key in orig_db:
# Split the key into the three components
elements = orig_key.split('\x00')
if len(elements) != 3:
Expand Down
12 changes: 0 additions & 12 deletions docsrc/_static/event_notifications/AclChange.json

This file was deleted.

9 changes: 0 additions & 9 deletions docsrc/_static/event_notifications/ApplePushService.json

This file was deleted.

22 changes: 0 additions & 22 deletions docsrc/_static/event_notifications/CalendarAlarm.json

This file was deleted.

18 changes: 0 additions & 18 deletions docsrc/_static/event_notifications/FlagsClear.json

This file was deleted.

18 changes: 0 additions & 18 deletions docsrc/_static/event_notifications/FlagsSet.json

This file was deleted.

13 changes: 0 additions & 13 deletions docsrc/_static/event_notifications/Login.json

This file was deleted.

13 changes: 0 additions & 13 deletions docsrc/_static/event_notifications/Logout.json

This file was deleted.

10 changes: 0 additions & 10 deletions docsrc/_static/event_notifications/MailboxCreate.json

This file was deleted.

10 changes: 0 additions & 10 deletions docsrc/_static/event_notifications/MailboxDelete.json

This file was deleted.

11 changes: 0 additions & 11 deletions docsrc/_static/event_notifications/MailboxRename.json

This file was deleted.

9 changes: 0 additions & 9 deletions docsrc/_static/event_notifications/MailboxSubscribe.json

This file was deleted.

9 changes: 0 additions & 9 deletions docsrc/_static/event_notifications/MailboxUnSubscribe.json

This file was deleted.

19 changes: 0 additions & 19 deletions docsrc/_static/event_notifications/MessageAppend.json

This file was deleted.

19 changes: 0 additions & 19 deletions docsrc/_static/event_notifications/MessageCopy.json

This file was deleted.

17 changes: 0 additions & 17 deletions docsrc/_static/event_notifications/MessageExpunge.json

This file was deleted.

19 changes: 0 additions & 19 deletions docsrc/_static/event_notifications/MessageMove.json

This file was deleted.

46 changes: 0 additions & 46 deletions docsrc/_static/event_notifications/MessageNew.json

This file was deleted.

17 changes: 0 additions & 17 deletions docsrc/_static/event_notifications/MessageRead.json

This file was deleted.

17 changes: 0 additions & 17 deletions docsrc/_static/event_notifications/MessageTrash.json

This file was deleted.

13 changes: 0 additions & 13 deletions docsrc/_static/event_notifications/QuotaChange.json

This file was deleted.

13 changes: 0 additions & 13 deletions docsrc/_static/event_notifications/QuotaExceed.json

This file was deleted.

13 changes: 0 additions & 13 deletions docsrc/_static/event_notifications/QuotaWithin.json

This file was deleted.

Loading