summaryrefslogtreecommitdiff
path: root/inboxes.mdwn
blob: 57a40a1e8697b1134f10c344ced4b5d4914ecf44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Inputs and inboxes
==================

Consider how you deal with e-mail. All your e-mail arrives,
automatically, unbidden, unwanted, unloved, in one or more inboxes.
You might have one inbox for work, and another for personal use.
Further, you might have automatic filters that move some incoming
e-mail into other folders: software developers are often on many
discussion mailing lists, each of which goes into its own folder.
Each such folder would be a separate inbox.

A common anti-pattern for people is to keep e-mail in their inboxes.
They read it, and leave it there. The next time they read e-mail, there
might more some new mail, which they read, and leave there. Eventually,
the mail piles up a lot, and it gets hard to find a specific mail you
may need. Even more importantly, it gets hard to know which mails still
require you to do something. Perhaps there was a mail from your boss
you need to re-read? Or a mail from your mother that you need to reply
to? Or perhaps you replied to her already? Can't remember if you did?

Treating an e-mail folder both as an inbox and an archive of old mail,
and mixing it futher up as a list of things to do, leads to confusion,
angst, and stress.

Let's make a small change to e-mail handling. Let's keep only
unprocessed e-mail in the inboxes, and do one of the following things
for every e-mail in each inbox, after reading it:

* delete it, if it is unlikely to be of further use; for example, spam,
  or stupid jokes from friends
* reply to it immediately, if you can, and it will only take a minute or two;
  for example, your mother asks if you'll be visiting next weekend, and you've
  already made plans with your partner to go on holiday, so you can reply
  at once saying sorry, not this weekend
* move it to a "need replying" folder, if the mail requires a reply, but
  you don't have time to do that right now
* forward it to someone else, perhaps with a cover letter, if it's their job,
  not yours, to deal with it; for example, it might be a question only your
  boss can answer
* move it to an archival folder, if you think you might need it later on

(Compare the above list with "do, defer, delegate, delete, or file" from
the [[quickie-overview]] chapter.)

When you have time, you look into the "need replying" folder, and reply
to one or more mails in there. After you've replied, you delete or archive
the original mail.

With this change, you have a better handle on your e-mail. You know that
anything in the inbox is unknown and needs to be processed, and anything
in the "need replying" folder needs some action, and that anything you
might need later is in the archival folder. No other mails require any
action, and any mails that do require action are easy to find.

This will make you be much more relaxed about your e-mail. You never need
to worry whether you've replied to everything that needs replying. A further
benefit, also of great benefit, is that you're likely to reply to mail
much faster than before.

Inputs
------

The same processing principles work for all kinds of input, not just
e-mail. You should collect, whenever possible, all inputs in your
life into inboxes, which you regularly process until they're empty.
For each inbox item you decide whether to discard it, do the required
action immediately, do it later, delegate it to someone else, or
whether the item just needs to be filed.

Hackers tend to mostly deal with digital inputs, but there's always
some physical ones as well. If nothing else, TPS reports and their
cover sheets. If you have more than a couple of inboxes, you may
need to keep a checklist of them. For physical inboxes, it is often
easiest to have as few as possible, but experiment with what works
for you.

Your phone may also be an inbox. For example, text messages, voicemail,
notes you write on the phone, photos and videos you take, etc, are all
inbox fodder.

Some inboxes you should empty frequently, several times a day. Some
can be done more rarely. For example, Lars usually processes his
physical inbox once or twice a week, since any items that go into
it tend not to be urgent.

When you've processed an item from the inbox, you need to remove it
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.

Information overload
--------------------

Sometimes processing inputs in this more efficient manner is still not
enough. It may be that you're getting so much input that it's just
not possible to deal with all of it. In that case, you need to filter
away unwanted stuff automatically, or stop it from being sent to you
in the first place.