noobie trying to find a good poll script and other things

2010-09-18 Thread Jameson Rollins
available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100918/afad5646/attachment.pgp>

[PATCH 2/2] emacs: add stash thread-id function to notmuch-search mode

2010-09-18 Thread Jameson Rollins
This add a "stash-map" for search-mode, just like in show-mode, and adds one function, bound to "i" to stash the thread-id of the current selected thread. Couldn't think of the correct way to stash other thread info, so I didn't add any other stash functions for now. --- emacs/notmuch.el | 13 +

[PATCH 1/2] emacs: mv notmuch-{show,common}-do-stash

2010-09-18 Thread Jameson Rollins
Here we move the notmuch-show/notmuch-show-do-stash function to notmuch-lib/notmuch-common-do-stash. Nothing in this function is notmuch-show mode specific, so this move will make it cleaner to be used by other modes (such as notmuch-search). --- emacs/notmuch-lib.el |8 emacs/notmu

notmuch-haskell

2010-09-18 Thread Bart Massey
I've posted notmuch-haskell, Haskell FFI bindings for libnotmuch, on Hackage (http://hackage.haskell.org). They're quite preliminary, have no documentation, and probably are a bit buggy. However, they should let you get started working with notmuch from Haskell code. Bart Massey bart at

Re: noobie trying to find a good poll script and other things

2010-09-18 Thread Jameson Rollins
On Fri, 17 Sep 2010 09:26:12 -0700, Daniel Goldin wrote: > > Again, I'm not a programmer, so bear with me. When I open a "folder" > after the "hello page," I see a list of mesaages with subjects, authors, > dates, etc. It seems I am unable to operate on items in this list using > functions such

[PATCH 2/2] emacs: add stash thread-id function to notmuch-search mode

2010-09-18 Thread Jameson Rollins
This add a "stash-map" for search-mode, just like in show-mode, and adds one function, bound to "i" to stash the thread-id of the current selected thread. Couldn't think of the correct way to stash other thread info, so I didn't add any other stash functions for now. --- emacs/notmuch.el | 13 +

[PATCH 1/2] emacs: mv notmuch-{show,common}-do-stash

2010-09-18 Thread Jameson Rollins
Here we move the notmuch-show/notmuch-show-do-stash function to notmuch-lib/notmuch-common-do-stash. Nothing in this function is notmuch-show mode specific, so this move will make it cleaner to be used by other modes (such as notmuch-search). --- emacs/notmuch-lib.el |8 emacs/notmu

notmuch-haskell

2010-09-18 Thread Bart Massey
I've posted notmuch-haskell, Haskell FFI bindings for libnotmuch, on Hackage (http://hackage.haskell.org). They're quite preliminary, have no documentation, and probably are a bit buggy. However, they should let you get started working with notmuch from Haskell code. Bart Massey b...@cs.