blog-contributions/productivity/zeroemail/index.html
2024-10-26 10:05:50 +02:00

183 lines
8.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
<title>Zero Email Workflow (in Thunderbird)</title>
<!-- Bootstrap core CSS -->
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
<link href="../../assets/css/xt256.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../../assets/css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-inverse-productivity navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-productivity" href="\index.html">The Nihilism Blog</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/blog.html">Categories</a></li>
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- +++++ Posts Lists +++++ -->
<!-- +++++ First Post +++++ -->
<div id="productivity2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a>
<h1>Zero Email Workflow (in Thunderbird) </h1>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /grey -->
<!-- +++++ Second Post +++++ -->
<div id="productivity3">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Why is this important? </b></h2>
<p>Now while this may not be the case of everyone, but suppose you have a job in IT, where you get on average 75 mails per week. (and you're lucky because i get 150 per week at work), suppose you take a vacation for 2 weeks, and now you're back at work. but you see this:</p>
<img src="1.png" class="imgRz">
<p>Thing is, your emails are going to be an ever-growing pile of stuff if you don't take care of them properly, and the bigger it gets, the less you are going to want to even look at it. You need to keep it as small as possible, to be able to focus on the most important parts of it. Hence the need to have a clear workflow for your emails:</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="productivity2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Zero Email Workflow explained</b></h2> </br> </br>
<img src="0.png" class="imgRz">
<p>So for each new mail that you either recieve or send, you need to ask yourself:</p>
<ol>
<li><p>Do i need it for later ?</p></li>
<li><p>Am i waiting for someone else ?</p></li>
<li><p>Does it take more than 2 minutes for me to action?</p></li>
</ol>
<p>Depending on that, we will add labels to the mails themselves:</p>
<ol>
<li><p><b>Label it green "review later"</b> if required for another time</p></li>
<li><p><b>Label it orange "pending"</b> if you are waiting for someone else to action it</p></li>
<li><p><b>Label it Red "Todo"</b> if it takes more than 2 minutes for you to action it</p></li>
</ol>
<p>If the mail takes <b>less than 2 minutes</b>. for you to action it, just <b>respond to it immediately.</b></p>
<p>And once a mail is no longer needed / if it got actionned / if you actionned it / if you responded to it, <b>you need to archive it</b>, so that it doesnt occupy any space in your mailbox anymore, and it doesn't potentially distract you from the mails that matter the most.</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Second Post +++++ -->
<div id="productivity1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>How to implement it in Thunderbird</b></h2> </br> </br>
<p>The first thing you need to do is create the labels in thunderbird:</p>
<img src="2.png" class="imgRz">
<img src="3.png" class="imgRz">
<p>once they are all created, you can start labeling mails (of course you need to read them first), so you open one (in this example its for us to action it, and it is a quick action):</p>
<img src="4.png" class="imgRz">
<p>so we just respond to it, and since the mail got responded to, we archive it:</p>
<img src="5.png" class="imgRz">
<p>In this next example it will be a something for us to action, but it takes more than 2 minutes to action. <b>So we mark it as "Todo"</b>:</p>
<img src="6.png" class="imgRz">
<p>In the next example we are waiting for someone to respond to us on something, <b>so we are tagging it as "Pending"</b>:</p>
<img src="7.png" class="imgRz">
<p>In the next example we are neither required to do anything, nor waiting for someone to do something, we are simply keeping a mail to review later when we get the time, <b>meaning we mark it as "review later"</b>: </p>
<img src="8.png" class="imgRz">
<p>And then as you probably guessed we recieved alot of spam, so to select them in one go we can either do <b>"CTRL + LEFT CLICK"</b> or <b>"SHIFT + LEFT CLICK"</b> to select more than one at a time, to archive them.</p>
<img src="9.png" class="imgRz">
<p>Once all emails are marked properly, you have this result, with visual cues as to what you are waiting for, what you need to do, and what you need to review later:</p>
<img src="10.png" class="imgRz">
<p>And now we do the same but from the Sent folder:</p>
<img src="11.png" class="imgRz">
<p>And that's it! Now all that's left is for you to action the mails you marked in red, respond to them and archive them, or get a response for the ones marked in yellow, and archive them, or no longer need the ones in green and archive them. That way you'll highlight the important topics you need to tackle on priority from your mailbox, and get rid of the ones that are no longer relevant.</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Footer Section +++++ -->
<div id="productivityb">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>Nihilism</h4>
<p>
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FH4g7zPbitSLV5tDQ51Yz-R6RgOkMEeCc%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAkts5T5AMxHGrZCCg12aeKxWcpXaxbB_XqjrXmcFYlDQ%253D&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22c3Y-iDaoDCFm6RhptSDOaw%3D%3D%22%7D">SimpleX Chat</a><br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>About nihilist</h4>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>