From 4c1eff52029edb1bedb909a5c4d455e69d87683c Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Wed, 19 Nov 2014 23:42:15 -0800 Subject: [PATCH] Minor clarification. --- docs/topics/polling.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/topics/polling.rst b/docs/topics/polling.rst index 0134104..3f1c970 100644 --- a/docs/topics/polling.rst +++ b/docs/topics/polling.rst @@ -18,8 +18,10 @@ this method will gather new messages from the server. Using the Django Admin ---------------------- -Check the box next to each of the mailboxes you'd like to fetch e-mail from, -and select the 'Get new mail' option. +From the 'Mailboxes' page in the Django Admin, +check the box next to each of the mailboxes you'd like to fetch e-mail from, +select 'Get new mail' from the action selector at the top of the list +of mailboxes, then click 'Go'. Using a cron job ----------------