]> git.cworth.org Git - obsolete/notmuch-wiki/commitdiff
emacstips: write some more on notmuch-folders
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 1 Mar 2010 10:07:33 +0000 (11:07 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 1 Mar 2010 10:07:33 +0000 (11:07 +0100)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
emacstips.mdwn

index ff6d0f02e52ea09c7924da3c4f5f20b3d02b22aa..1f381bce3440850c41bced3a09dab188126afa97 100644 (file)
@@ -32,8 +32,11 @@ IMAP users rely on their maildir flags that convey the status "seen", "replied",
 OK, messages are now in your maildir and they have the tags you want them to have (of course you will be assigning more tags manually as you parse through your mail.). Now, on to actually using notmuch in emacs. If you added the correct bits to your .emacs file you will be able to start notmuch by typing "M-x notmuch" (or M-x notmuch-folder). If you want to start notmuch immediately when starting emacs you can also call emacs as "emacs -f notmuch" (and create a handy shortcut on your desktop for that).
 
 notmuch (the search view) and notmuch-folder are the 2 main views that can be used to navigate through your mail.
-__[TODO: to be continued...]__
-See information on how to customize your notmuch-folder view [here](#customize_notmuch_folder).
+The default notmuch "home" is a notmuch-search view with all all mail threads in which a message has been tagged as "inbox". Just navigate that page and read threads by hitting <RETURN> on one of them. This will open a notmuch thread view with all messages in this thread. Threads are a powerful construct in notmuch as a thread really represents a discussion around a single topic. In difference to other mail applications, you will often find very long threads in notmuch mail conversations, or people reviving very old threads with a reply.
+
+The second way of navigating notmuch mails, is by using the notmuch-folder view which you can invoke with `M-x notmuch-folder` (or using the F key if you applied the patch from mail id: 1265889583-25406-1-git-send-email-dme@dme.org (Feb 11st, 2010)). For information on how to customize your notmuch-folder views, see [here](#customize_notmuch_folder). This view provides you with "virtual folders" that allow you to browse all emails topic-by-topic. For example, if you want to browse all notmuch related mail every 10 minutes, but check out mails from your boss only once a day, this will be one convenient way to do it. It will also give you a nice overview of how many (unread) emails you have for each folder. Those folders are virtual in that a mail can easily be part of several folders at the same time and the folders will be upated on-the-fly every time you hit `=`.
+
+Last but not least, you can always search for a specific mail. Notmuch provides very powerful search possibilities. __[TODO, describe s, f, t keys and some expemplary searches]__.
 
 ###Sending mail
 Notmuch itself does not provide any facilities for sending mail. Fortunately, emacs comes with "message mode" which offers that functionality. This also means that there are various methods to invoke the mail sending command. One possibility is to use "CTRL-x m" which will invoke a new "message mail" window. The second possibility is to type 'm' when you are in a notmuch window. And finally, when looking at a message or thread in notmuch you can type 'r' to start a reply.