Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 57547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:42:30+00:00 2026-05-10T17:42:30+00:00

Every software development professional (and especially project managers) has to deal with a never

  • 0

Every software development professional (and especially project managers) has to deal with a never ending stream of e-mails. What is the best way of organising them in MS Outlook?

Obviously some fancy issue tracking tools give more flexibility but I am interested in plain vanilla approach that can be deployed within most organisations.

P.S. Finding e-mails is generally the least of the problems that needs to be addressed. Search nowdays is pretty good.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T17:42:30+00:00Added an answer on May 10, 2026 at 5:42 pm

    Within my main inbox I have 3 sub folers: Do, Done, Defer and 3 macros to move the selected folder into the relevent folder. (alt-1 moves the selected mail to done and then selects the next mail). Each day I quickly filter my inbox into the three folders. I can process several hundred mails in 20 mins or so.

    Do, something I expect to process today. Done, something I don’t care about/have read and understood, I dont expect to refer back to these today. Defer, something I will do something about but not today.

    At the end of processing I expect my inbox to be empty.

    At the end of the day all mail items in Do move to Defer (I dont want to keep things in Done overnight).

    At the start of the day all items in Defer are filtered using the rules above, I dont want to leave things in Defer for more then a day or 2. If stuff hangs around for too long I will add it to my diary to process later.

    At the end of the day all mail in Done is copied into an archive folder based on the month/year. Done is just a parking place for things to be archived.

    I use a tool to index my archive, I actually use X1 but google desktop is an excellent alternative.

    I filter out any important facts i would like to refer back to in outlook notes.

    I filter out any tasks I would like to recal into omni focus (http://www.omnigroup.com/applications/omnifocus/) the best GTD I have found.

    I DO NOT EVER use my inbox as a todo list or a mechanism for recording subtle facts I want to recall later. I know a lot of people do but IMHO its just a bad way to be.

    (cross posted to LJ).

    EDIT.

    Oh per a post above I also filter any mail not posted to me directly, by the mailing list the mail was sent to. I give different amounts of attention to each mailing list. I do follow the mechanism above for each mailing list but some I glance at and some I process in detail.

    ReEDIT

    In comments I was asked to provide the source for the macros I mentioned above. I DONT suggest this is seen as an example of good VBA, I am pretty sure it was sourced from the interweb and adapted for my purposes. It has worked reliably for many years.

    Sub MoveToDone()     On Error Resume Next      Dim objFolder As Outlook.MAPIFolder, objInbox As Outlook.MAPIFolder     Dim objNS As Outlook.NameSpace, objItem As Outlook.MailItem      Set objNS = Application.GetNamespace('MAPI')     Set objInbox = objNS.GetDefaultFolder(olFolderInbox)     Set objFolder = objInbox.Folders('Done')      'Assume this is a mail folder      If objFolder Is Nothing Then         MsgBox 'This folder doesn't exist!', vbOKOnly + vbExclamation, 'INVALID FOLDER'     End If      If Application.ActiveExplorer.Selection.Count = 0 Then         'Require that this procedure be called only when a message is selected         MsgBox 'No msgs selected', vbOKOnly + vbExclamation, 'NO_MSG_SELECTED'         Exit Sub     End If      For Each objItem In Application.ActiveExplorer.Selection         If objFolder.DefaultItemType = olMailItem Then             If objItem.Class = olMail Then                 objItem.Move objFolder             End If         End If     Next       Set objItem = Nothing     Set objFolder = Nothing     Set objInbox = Nothing     Set objNS = Nothing  End Sub 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 70k
  • Answers 70k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer I've never tried what you're doing here with a ModelForm… May 11, 2026 at 1:07 pm
  • added an answer Not really. If I want different language options I've already… May 11, 2026 at 1:07 pm
  • added an answer I think your design may be broken. Why not use… May 11, 2026 at 1:07 pm

Related Questions

In a corporate development environment writing mostly administrative software, should every developer use their
What are the best and worst emacs key bindings in development software? Ever since
Given that every software project only has so many programmer-hours dedicated to it, how
Almost 5 years ago Joel Spolsky wrote this article, The Absolute Minimum Every Software
I have been a working programmer since the turn of the century and I
I am working on a software development project that uses code written primarily in
I am currently trying to use NAnt and CruiseControl.NET to manage various aspects of
I have two WPF list boxes. One is a list of lists (actually a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.