summaryrefslogtreecommitdiff
path: root/inboxes.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-06-17 20:55:05 +0100
committerLars Wirzenius <liw@liw.fi>2012-06-17 20:55:05 +0100
commitae778ea2ca442ab1ff90d0ebd770fbc89fdae3ac (patch)
tree600cf90054dda04ad215a3ca8fb4a4cf0461c91e /inboxes.mdwn
parent8cf79410f6cff66b9e4526f8c22d76c120391485 (diff)
downloadgtdfh.liw.fi-ae778ea2ca442ab1ff90d0ebd770fbc89fdae3ac.tar.gz
Avoid very wide <pre> sections
Diffstat (limited to 'inboxes.mdwn')
-rw-r--r--inboxes.mdwn17
1 files changed, 0 insertions, 17 deletions
diff --git a/inboxes.mdwn b/inboxes.mdwn
index 97ad958..5ebe71f 100644
--- a/inboxes.mdwn
+++ b/inboxes.mdwn
@@ -94,23 +94,6 @@ from the inbox. This means you need to have a place to put it, even
if it is only the trash. We will cover filing systems and other related
tools later.
- for inbox in inboxes:
- while len(inbox) > 0:
- item = inbox.pop()
- if item.needs_action:
- if item.can_be_delegated:
- item.delegate()
- waiting_for.append(item)
- elif item.is_quick:
- item.do()
- elif len(item.actions) > 1:
- projects.append(item)
- next_actions.extend(item.actions)
- else:
- next_actions.append(item)
- elif item.may_be_needed_later:
- filing_system.put(item)
-
Bug trackers: not really inboxes
--------------------------------