<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TannieSpace (Posts about decluttering)</title><link>https://tannie.nl/</link><description></description><atom:link href="https://tannie.nl/tags/decluttering.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2022 &lt;a href="mailto:tanja@tannie.nl"&gt;Tanja&lt;/a&gt; </copyright><lastBuildDate>Wed, 30 Mar 2022 13:35:19 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Cleaning up my mailboxes, and useful procmail-bits.</title><link>https://tannie.nl/2009/cleaning-up-my-mailboxes-and-useful-procmail-bits/</link><dc:creator>Tanja</dc:creator><description>&lt;div&gt;&lt;p&gt;I started decluttering my e-mail. I thought over 1gb worth of e-mail took up too much space, and what the hell did I save in those folders anyway?&lt;/p&gt;
&lt;p&gt;I found I also had a huge procmailrc that filtered through my messages and put them in many nested folders.&lt;/p&gt;
&lt;p&gt;Before I started I made a small inventory of what I had:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;work-account, over 600MB in 4000 e-mails&lt;/li&gt;
&lt;li&gt;private account, over 400MB in 3000 e-mails&lt;/li&gt;
&lt;li&gt;third fun account, some 25MB worth of mail, nothing really important.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I use IMAP exclusively, and my accounts have about 1GB of space each, so I had the space to save it all. I also have the space to stack my living-room full of boxes, but I'd rather not.&lt;/p&gt;
&lt;p&gt;So, I took the necessary steps to clean it up.&lt;/p&gt;
&lt;h4 id="step-1-less-folders"&gt;Step 1: Less folders!&lt;/h4&gt;
&lt;p&gt;I decided no more nested folders! This made everything a lot easier, and much cleaner, in mail.app and in mutt. Instant relief.
Though I can't and won't go for that 'single archive' approach, I do prefer to have as little folders as possible. Right now I have the default 'Sent' (which I clear out daily) 'Trash' and 'Draft', and for my work account I have the folders 'work' 'social' 'specific mailing-list' 'other mailing-lists'. For my private account I have 'social', 'web', 'license-codes', 'health' and 'finance'. I do receive some social e-mail on my work-account (no rules against that where I work) so I decided to give that a special folder.
I made a general and quick separation, based on gut-feeling alone. My work-account receives work-related mailing-lists, but all my other lists go to a third, specifically meant for mailing-list. This way I can disable the account, or simply not read it, if I just want to read my private e-mail.&lt;/p&gt;
&lt;h4 id="step-2-clearing-out-old-mail"&gt;Step 2: Clearing out old mail.&lt;/h4&gt;
&lt;p&gt;I went through all my e-mail.&lt;/p&gt;
&lt;p&gt;Yes, all of it.&lt;/p&gt;
&lt;p&gt;It was Hell.&lt;/p&gt;
&lt;p&gt;It was horrible.&lt;/p&gt;
&lt;p&gt;It was painful.&lt;/p&gt;
&lt;p&gt;I have no clue why I saved so many e-mails that made me feel bad. I tossed them out.&lt;/p&gt;
&lt;p&gt;I had e-mails from orders I made, years and years ago. Out they went.&lt;/p&gt;
&lt;p&gt;Work related e-mails from problems long solved (talking years here). Delete delete delete.&lt;/p&gt;
&lt;p&gt;E-mails with 10MB worth of photos attached. Saved the photos, deleted the attachment from the e-mail if I wanted to keep it, or deleted the e-mail entirely.&lt;/p&gt;
&lt;p&gt;I deleted a lot.&lt;/p&gt;
&lt;p&gt;I went from having over 1gb worth of e-mail (combined in all three accounts) to about 40mb (combined in all three accounts). I did it last week, and I still feel pretty damn good about it.&lt;/p&gt;
&lt;h4 id="step-3-perfecting-the-archive-process"&gt;Step 3: Perfecting the archive process.&lt;/h4&gt;
&lt;p&gt;When e-mail from my family arrives, it gets tagged with a special header that &lt;a href="http://www.indev.ca/MailTags.html"&gt;MailTags&lt;/a&gt; understands. I did this by adding the following rule to my procmailrc:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;:0f * ^FROM.*(adres1|adres2) | formail -A 'X-Keywords: family'&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This tells procmail that if the mail comes from either 'adres1' or 'adres2' to add a header which says 'X-Keywords: family'. I have a similar rule for mails from friends.&lt;/p&gt;
&lt;p&gt;I can then choose to filter it directly to my folder 'social' (for friends and family)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;:0
* ^(X-Keywords|X-Mailtags).*(friends|family)
.social/&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;It opens up all kinds of useful tagging!&lt;/p&gt;
&lt;p&gt;Then, I looked at my mailing-list mail. I didn't want the hassle of creating a new rule for every list I joined, or to have my procmailrc clog up with old rules, so I looked around and found a great solution:&lt;/p&gt;
&lt;p&gt;` :0
* ^X-BeenThere: \/[^@]+
* ! ^(List-Id|X-(Mailing-)?List):.*
.$MATCH/&lt;/p&gt;
&lt;p&gt;0
* ^((List-Id|X-(Mailing-)?List):(.&lt;em&gt;[&amp;lt; ]\/[^&amp;gt;]&lt;/em&gt;))
{
LISTID=$MATCH&lt;/p&gt;
&lt;pre class="code literal-block"&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="err"&gt;:0&lt;/span&gt;
&lt;span class="err"&gt;* LISTID ?? ^\/[^@\.]*&lt;/span&gt;
&lt;span class="err"&gt;.$MATCH/&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;}
`&lt;/p&gt;
&lt;p&gt;Both these rules do the same thing, but they act on different headers. Not all mailing-lists use the same method, so I had to use more than one rule.
Basically it either looks at the @X-BeenThere@ or @List-Id/X-Mailing-List/X-List@ to see what list the message comes from, and then filters it into a folder with the same name. Excellent!&lt;/p&gt;
&lt;h4 id="step-4-enjoy"&gt;Step 4: Enjoy!&lt;/h4&gt;
&lt;p&gt;After a week of using my freshly cleaned mail-accounts, I still feel great about it. Almost everything goes automatically, and I've only had to do minor tweaks so far. With the help of &lt;a href="http://www.indev.ca/MailActOn.html"&gt;MailActOn&lt;/a&gt; I can easily file my e-mails and keep everything nice, clean, sorted and stick to &lt;a href="http://www.43folders.com/izero"&gt;Inbox Zero&lt;/a&gt; (which I've done for quite some time, but that archive of mail just kept on bugging me).&lt;/p&gt;
&lt;p&gt;Aaaah, the joys of a clean mailbox!&lt;/p&gt;&lt;/div&gt;</description><category>declutter</category><category>decluttering</category><category>e-mail</category><guid>https://tannie.nl/2009/cleaning-up-my-mailboxes-and-useful-procmail-bits/</guid><pubDate>Fri, 20 Mar 2009 22:15:19 GMT</pubDate></item><item><title>Making space.</title><link>https://tannie.nl/2009/making-space/</link><dc:creator>Tanja</dc:creator><description>&lt;div&gt;&lt;p&gt;&lt;a href="https://tannie.nl/images/misc/3270873718_fe8fb5d2ba_o.thumbnail.jpg"&gt;&lt;img alt="before&amp;amp;after" src="https://tannie.nl/images/misc/3270873718_fe8fb5d2ba_o.thumbnail.jpg"&gt;&lt;/a&gt;I have this habit of stuffing things in my cabinets and forget about them. Hidden behind the doors I don't see it, so I don't think about it, or so I hope. But it never works like that.
So, today I took an hour or so to declutter my two cabinets in the livingroom. I still have one left (my 'computercentre' basically), and feel very good about the progress I made today. The photo shows the before on top and the after at the bottom. I made a few paperwork-stacks that need to migrate to my file-cabinet, a task to big for this evening. I'll take another hour (or two or three) or so later this week to do it.&lt;/p&gt;
&lt;p&gt;I put some drawingsupplies in the cabinet on the left (top-right), and consider putting my yarn and crochet things there too. I crochet in the livingroom, not in my hobby/bedroom (aka 'the funroom' ;) )&lt;/p&gt;
&lt;p&gt;I tossed out one full garbagebag.&lt;/p&gt;&lt;/div&gt;</description><category>crochet</category><category>decluttering</category><category>hobby</category><category>things</category><guid>https://tannie.nl/2009/making-space/</guid><pubDate>Tue, 10 Feb 2009 21:59:57 GMT</pubDate></item><item><title>Under the kitchen sink...</title><link>https://tannie.nl/2009/under-the-kitchen-sink/</link><dc:creator>Tanja</dc:creator><description>&lt;div&gt;&lt;p&gt;Well, I guess I feel brave enough to post before and after pics.&lt;/p&gt;
&lt;p&gt;[&lt;img alt="Under the kitchen sink, before" src="https://tannie.nl/images/misc/3814423192_0acf020365_o-150x150.thumbnail.jpg"&gt;&lt;/p&gt;
&lt;p&gt;I love those boxes on the left. I put rarely used things in that big box and sorted my rags into smaller ones. Normally I prefer boxes over baskets but with the cleaning supplies I made an exception because I may want to carry them to a different spot (although that won't happen very often, the basket seemed more practical)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://tannie.nl/images/misc/3813611941_c1789823ae_o.jpg"&gt;&lt;img alt="Coat and bag" src="https://tannie.nl/images/misc/3813611941_c1789823ae_o.thumbnail.jpg"&gt;&lt;/a&gt;And as a bonus, I got a new coathanger. My very own Ikea-hack as I used a &lt;a href="http://www.ikea.com/us/en/catalog/products/90011396"&gt;Ikea Grundtal rail&lt;/a&gt; meant for the kitchen.&lt;/p&gt;&lt;/div&gt;</description><category>decluttering</category><category>organising</category><guid>https://tannie.nl/2009/under-the-kitchen-sink/</guid><pubDate>Mon, 09 Feb 2009 01:38:45 GMT</pubDate></item></channel></rss>