Sorting and attachments

2011-03-26 Thread Jameson Graef Rollins
e URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110326/e8621979/attachment.pgp>

[PATCH] use custom-face-edit value-type in notmuch-search-line-faces

2011-03-26 Thread Jameson Rollins
le URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110326/ded8143a/attachment.pgp>

[PATCH] use custom-face-edit value-type in notmuch-search-line-faces

2011-03-26 Thread Jameson Graef Rollins
This enables the proper face customization UI for notmuch-search-line-faces. --- emacs/notmuch.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 92a86cf..a23d0c2 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -612,7

Sorting and attachments

2011-03-26 Thread mu...@nawaz.org
Hi, 1. Can notmuch return results sorted by size? 2. Can I tell notmuch to limit the items it returns (e.g. show me first ten messages matching ... ) 3. Any plans for searching via attachment size or type? Say I want all emails with attachments bigger than 1 MB. Essentially, I have a

Re: Notmuch on os x?

2011-03-26 Thread Tim Gray
On Mar 25, 2011 at 10:32 AM +0100, Sebastian Spaeth wrote: Hi, I have done the python bindings so far. But, I won't be able to help with that. I have barely any experience with interfacing libs from python and definitely none doing so on Mac OSX. I just happen to love Python :) I gathered you

Sorting and attachments

2011-03-26 Thread mueen
Hi, 1. Can notmuch return results sorted by size? 2. Can I tell notmuch to limit the items it returns (e.g. show me first ten messages matching ... ) 3. Any plans for searching via attachment size or type? Say I want all emails with attachments bigger than 1 MB. Essentially, I have a

[PATCH] use custom-face-edit value-type in notmuch-search-line-faces

2011-03-26 Thread Jameson Graef Rollins
This enables the proper face customization UI for notmuch-search-line-faces. --- emacs/notmuch.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 92a86cf..a23d0c2 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -612,7

Re: [PATCH] use custom-face-edit value-type in notmuch-search-line-faces

2011-03-26 Thread Jameson Rollins
On Sat, 26 Mar 2011 22:16:32 -0700, Jameson Graef Rollins jroll...@finestructure.net wrote: This enables the proper face customization UI for notmuch-search-line-faces. Hey, folks. amdragon was the one who figured out that custom-face-edit was the correct value-type to use to get the face

Re: Sorting and attachments

2011-03-26 Thread Jameson Graef Rollins
On Sat, 26 Mar 2011 21:53:49 -0700, mu...@nawaz.org wrote: 1. Can notmuch return results sorted by size? As far as I know, there is currently no way to do that (but see below). 2. Can I tell notmuch to limit the items it returns (e.g. show me first ten messages matching ... ) Are you looking