Skip to content

Commit 91b5c0f

Browse files
author
Jennie Lees
committed
Remove received_recent_date docs until deployed
1 parent 1e8ff51 commit 91b5c0f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ for thread in namespace.threads.where(starred=True):
109109
# List all threads with '[email protected]'
110110
for thread in namespace.threads.where(any_email='[email protected]').items():
111111
print thread.subject
112-
113-
# List threads in order of most recently received message (excludes sent messages)
114-
for thread in namespace.threads.where(sort='received_recent_date'):
115-
print thread.subject
116112
```
117113

118114

0 commit comments

Comments
 (0)