[PATCH] emacs: prefer notmuch-emacs-version in User-Agent: header

2014-08-08 Thread Tomi Ollila
Now that we have `notmuch-emacs-version' defined in notmuch emacs MUA use that as a part of User-Agent: header to provide more accurate version information when sending emails. In case some incomplete installation of notmuch emacs MUA is used and `notmuch-emacs-version' is defined as "unknown"

[PATCH v3 00/13] Implement and use database "features"

2014-08-08 Thread Austin Clements
Quoth Tomi Ollila on Aug 08 at 12:55 am: > On Fri, Aug 01 2014, Austin Clements wrote: > > > This is v3 of id:1406652492-27803-1-git-send-email-amdragon at mit.edu. > > This fixes one issue and tidies up another thing in > > notmuch_database_upgrade I found while working on change tracking > >

[PATCH v2] emacs: Improved compatibility for window-body-width in Emacs < 24

2014-08-08 Thread Austin Clements
Fix byte compiler warning "Warning: the function `window-body-width' is not known to be defined." by moving our compatibility wrapper before its use and simplify the definition to a defalias for the old name of the function. --- Tomi pointed out that window-body-width simply used to be called

[PATCH] emacs: Fix byte compile warning on Emacs < 24

2014-08-08 Thread Austin Clements
Fix "Warning: the function `window-body-width' is not known to be defined." by moving our compatibility wrapper before its use. --- emacs/notmuch-jump.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index

Matching on any header line

2014-08-08 Thread Nico Schottelius
Good morning, I am using mutt-kz with notmuch as the backend. I was wondering if it is possible to match on any header line? I have the problem that often To/Cc do not reveal the real destination, so I would like to match on X-Original-To: or Delivered-To: header lines. So I was wondering, if

[PATCH v3 00/13] Implement and use database "features"

2014-08-08 Thread Tomi Ollila
On Fri, Aug 01 2014, Austin Clements wrote: > This is v3 of id:1406652492-27803-1-git-send-email-amdragon at mit.edu. > This fixes one issue and tidies up another thing in > notmuch_database_upgrade I found while working on change tracking > support. Most of the patches are logically identical

[PATCH] emacs: prefer notmuch-emacs-version in User-Agent: header

2014-08-08 Thread Tomi Ollila
Now that we have `notmuch-emacs-version' defined in notmuch emacs MUA use that as a part of User-Agent: header to provide more accurate version information when sending emails. In case some incomplete installation of notmuch emacs MUA is used and `notmuch-emacs-version' is defined as unknown then

[PATCH] emacs: Fix byte compile warning on Emacs 24

2014-08-08 Thread Austin Clements
Fix Warning: the function `window-body-width' is not known to be defined. by moving our compatibility wrapper before its use. --- emacs/notmuch-jump.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index

[PATCH v2] emacs: Improved compatibility for window-body-width in Emacs 24

2014-08-08 Thread Austin Clements
Fix byte compiler warning Warning: the function `window-body-width' is not known to be defined. by moving our compatibility wrapper before its use and simplify the definition to a defalias for the old name of the function. --- Tomi pointed out that window-body-width simply used to be called

Re: [PATCH v3 00/13] Implement and use database features

2014-08-08 Thread Austin Clements
Quoth Tomi Ollila on Aug 08 at 12:55 am: On Fri, Aug 01 2014, Austin Clements amdra...@mit.edu wrote: This is v3 of id:1406652492-27803-1-git-send-email-amdra...@mit.edu. This fixes one issue and tidies up another thing in notmuch_database_upgrade I found while working on change tracking