notmuch-archives.git
7 years ago[PATCH] emacs: make citation function customizable.
David Bremner [Wed, 14 Jan 2015 19:57:49 +0000 (20:57 +0100)]
[PATCH] emacs: make citation function customizable.

7 years agoRe: intent to remove notmuch-deliver from contrib
David Bremner [Wed, 14 Jan 2015 14:28:23 +0000 (15:28 +0100)]
Re: intent to remove notmuch-deliver from contrib

7 years ago[PATCH v2 5/5] Update documentation
Todd [Wed, 14 Jan 2015 00:00:28 +0000 (18:00 +1800)]
[PATCH v2 5/5] Update documentation

7 years ago[PATCH v2 4/5] Update completions for Emacs and bash
Todd [Wed, 14 Jan 2015 00:00:27 +0000 (18:00 +1800)]
[PATCH v2 4/5] Update completions for Emacs and bash

7 years ago[PATCH v2 3/5] Add indexing for the mimetype term
Todd [Wed, 14 Jan 2015 00:00:26 +0000 (18:00 +1800)]
[PATCH v2 3/5] Add indexing for the mimetype term

7 years ago[PATCH v2 2/5] Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database feature
Todd [Wed, 14 Jan 2015 00:00:25 +0000 (18:00 +1800)]
[PATCH v2 2/5] Add the NOTMUCH_FEATURE_INDEXED_MIMETYPES database feature

7 years ago[PATCH v2 1/5] Add a failing unit test for indexed mime types
Todd [Wed, 14 Jan 2015 00:00:24 +0000 (18:00 +1800)]
[PATCH v2 1/5] Add a failing unit test for indexed mime types

7 years ago[PATCH v2 0/5] Index the content-type of MIME parts
Todd [Wed, 14 Jan 2015 00:00:23 +0000 (18:00 +1800)]
[PATCH v2 0/5] Index the content-type of MIME parts

7 years agoRe: [PATCH] VIM: Make an option to save sent mail locally
Bartosz Telenczuk [Tue, 13 Jan 2015 00:08:57 +0000 (01:08 +0100)]
Re: [PATCH] VIM: Make an option to save sent mail locally

7 years agoRE: [PATCH v3] VIM: Improve moving between messages in a thread
Bartosz Telenczuk [Mon, 12 Jan 2015 23:47:19 +0000 (00:47 +0100)]
RE: [PATCH v3] VIM: Improve moving between messages in a thread

7 years agoRe: [DRAFT] New features in Vim interface
David Bremner [Mon, 12 Jan 2015 07:56:34 +0000 (08:56 +0100)]
Re: [DRAFT] New features in Vim interface

7 years agoRe: [DRAFT] New features in Vim interface
Bartosz Telenczuk [Sun, 11 Jan 2015 15:39:30 +0000 (16:39 +0100)]
Re: [DRAFT] New features in Vim interface

7 years agoRe: [PATCH v1 2/2] emacs: Washing should use more `defcustom'.
David Bremner [Sun, 11 Jan 2015 13:39:10 +0000 (14:39 +0100)]
Re: [PATCH v1 2/2] emacs: Washing should use more `defcustom'.

7 years agoRe: [DRAFT] New features in Vim interface
David Bremner [Sat, 10 Jan 2015 22:53:18 +0000 (23:53 +0100)]
Re: [DRAFT] New features in Vim interface

7 years agoRe: [PATCH] Index Content-Type of attachments with a contenttype prefix
Todd [Sat, 10 Jan 2015 14:38:09 +0000 (08:38 +1800)]
Re: [PATCH] Index Content-Type of attachments with a contenttype prefix

7 years ago[PATCH v3] emacs: Use the message cite variable instead of a calling cite-message...
Todd [Sat, 10 Jan 2015 14:28:32 +0000 (08:28 +1800)]
[PATCH v3] emacs: Use the message cite variable instead of a calling cite-message-original directly

7 years agoRe: [PATCH] Index Content-Type of attachments with a contenttype prefix
Todd [Sat, 10 Jan 2015 14:22:25 +0000 (08:22 +1800)]
Re: [PATCH] Index Content-Type of attachments with a contenttype prefix

7 years agoRe: [PATCH] Index Content-Type of attachments with a contenttype prefix
Jani Nikula [Sat, 10 Jan 2015 12:13:09 +0000 (14:13 +0200)]
Re: [PATCH] Index Content-Type of attachments with a contenttype prefix

7 years ago[PATCH 4/4] VIM: adding attachments
Bartosz [Sat, 10 Jan 2015 12:03:04 +0000 (13:03 +0100)]
[PATCH 4/4] VIM: adding attachments

7 years ago[PATCH 3/4] VIM: save sent message to maildir
Bartosz [Sat, 10 Jan 2015 12:03:03 +0000 (13:03 +0100)]
[PATCH 3/4] VIM: save sent message to maildir

7 years ago[PATCH 2/4] VIM: move backward trough messages in thread mode
Bartosz [Sat, 10 Jan 2015 12:03:02 +0000 (13:03 +0100)]
[PATCH 2/4] VIM: move backward trough messages in thread mode

7 years ago[PATCH 1/4] VIM: implemented message folding in thread view
Bartosz [Sat, 10 Jan 2015 12:03:01 +0000 (13:03 +0100)]
[PATCH 1/4] VIM: implemented message folding in thread view

7 years ago[DRAFT] New features in Vim interface
Bartosz [Sat, 10 Jan 2015 12:03:00 +0000 (13:03 +0100)]
[DRAFT] New features in Vim interface

7 years ago[PATCH] completion: update list of commands in zsh completion.
David Bremner [Sat, 10 Jan 2015 10:23:03 +0000 (11:23 +0100)]
[PATCH] completion: update list of commands in zsh completion.

7 years agoRe: [v2 3/3] thread-naming test: Test empty subject names.
David Bremner [Sat, 10 Jan 2015 09:28:08 +0000 (10:28 +0100)]
Re: [v2 3/3] thread-naming test: Test empty subject names.

7 years agoRe: [v2 1/3] thread.cc: Avoid empty thread names if possible.
David Bremner [Sat, 10 Jan 2015 09:18:18 +0000 (10:18 +0100)]
Re: [v2 1/3] thread.cc: Avoid empty thread names if possible.

7 years agoRe: [PATCH v1 2/2] emacs: Washing should use more `defcustom'.
David Bremner [Sat, 10 Jan 2015 09:09:17 +0000 (10:09 +0100)]
Re: [PATCH v1 2/2] emacs: Washing should use more `defcustom'.

7 years agoRe: [PATCH] Index Content-Type of attachments with a contenttype prefix
David Bremner [Sat, 10 Jan 2015 09:00:14 +0000 (10:00 +0100)]
Re: [PATCH] Index Content-Type of attachments with a contenttype prefix

7 years agoRe: [PATCH v2] emacs: Use the message cite variable
David Bremner [Sat, 10 Jan 2015 08:19:56 +0000 (09:19 +0100)]
Re: [PATCH v2] emacs: Use the message cite variable

7 years ago[PATCH] Index Content-Type of attachments with a contenttype prefix
Todd [Sat, 10 Jan 2015 00:29:47 +0000 (18:29 +1800)]
[PATCH] Index Content-Type of attachments with a contenttype prefix

7 years ago[PATCH v2] emacs: Use the message cite variable
Todd [Fri, 9 Jan 2015 23:37:07 +0000 (17:37 +1800)]
[PATCH v2] emacs: Use the message cite variable

7 years agoRe: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering
Michal Sojka [Fri, 9 Jan 2015 16:31:22 +0000 (17:31 +0100)]
Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering

7 years agoRe: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering
Michal Sojka [Fri, 9 Jan 2015 15:29:17 +0000 (16:29 +0100)]
Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering

7 years agoRe: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering
Tomi Ollila [Fri, 9 Jan 2015 14:13:00 +0000 (16:13 +0200)]
Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering

7 years agoRe: [PATCH] Use the message cite variable instead of a hard coded function
Tomi Ollila [Fri, 9 Jan 2015 13:56:59 +0000 (15:56 +0200)]
Re: [PATCH] Use the message cite variable instead of a hard coded function

7 years agoRe: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering
Michal Sojka [Fri, 9 Jan 2015 13:22:27 +0000 (14:22 +0100)]
Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering

7 years agoRe: [PATCH] Use the message cite variable instead of a hard coded function
Todd [Fri, 9 Jan 2015 12:33:41 +0000 (06:33 +1800)]
Re: [PATCH] Use the message cite variable instead of a hard coded function

7 years agoRe: [PATCH] Use the message cite variable instead of a hard coded function
David Bremner [Fri, 9 Jan 2015 07:50:08 +0000 (08:50 +0100)]
Re: [PATCH] Use the message cite variable instead of a hard coded function

7 years ago[PATCH] Use the message cite variable instead of a hard coded function
Todd [Fri, 9 Jan 2015 01:19:07 +0000 (19:19 +1800)]
[PATCH] Use the message cite variable instead of a hard coded function

7 years agoRe: Negating searches in notmuch running via emacs?
Austin Clements [Wed, 7 Jan 2015 02:48:00 +0000 (21:48 +1900)]
Re: Negating searches in notmuch running via emacs?

7 years agoNegating searches in notmuch running via emacs?
David Creelman [Mon, 5 Jan 2015 21:46:33 +0000 (08:46 +1100)]
Negating searches in notmuch running via emacs?

7 years agowho finds support for rst2man in the notmuch build process useful?
David Bremner [Sun, 4 Jan 2015 09:46:29 +0000 (10:46 +0100)]
who finds support for rst2man in the notmuch build process useful?

7 years agoRe: [PATCH 1/2] configure: add check for python interepreter name
David Bremner [Sun, 4 Jan 2015 09:33:46 +0000 (10:33 +0100)]
Re: [PATCH 1/2] configure: add check for python interepreter name

7 years agoRe: [PATCH] build: eliminate use of python execfile command
David Bremner [Sun, 4 Jan 2015 09:32:36 +0000 (10:32 +0100)]
Re: [PATCH] build: eliminate use of python execfile command

7 years agointent to remove notmuch-deliver from contrib
David Bremner [Sun, 4 Jan 2015 09:30:13 +0000 (10:30 +0100)]
intent to remove notmuch-deliver from contrib

7 years agoRe: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
W. Trevor King [Sat, 3 Jan 2015 18:35:10 +0000 (10:35 +1600)]
Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man

7 years agoRe: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
David Bremner [Sat, 3 Jan 2015 18:11:49 +0000 (19:11 +0100)]
Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man

7 years agoRe: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
Tomi Ollila [Sat, 3 Jan 2015 17:12:13 +0000 (19:12 +0200)]
Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man

7 years agoRe: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
W. Trevor King [Sat, 3 Jan 2015 16:45:06 +0000 (08:45 +1600)]
Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man

7 years ago[PATCH] doc: Allow rst2man.py as an alternative to rst2man
David Bremner [Sat, 3 Jan 2015 15:49:27 +0000 (16:49 +0100)]
[PATCH] doc: Allow rst2man.py as an alternative to rst2man

7 years ago[PATCH] doc: Allow rst2man.py as an alternative to rst2man
Tomi Ollila [Sat, 3 Jan 2015 14:14:39 +0000 (16:14 +0200)]
[PATCH] doc: Allow rst2man.py as an alternative to rst2man

7 years agoRe: [PATCH] build: eliminate use of python execfile command
Tomi Ollila [Sat, 3 Jan 2015 14:05:52 +0000 (16:05 +0200)]
Re: [PATCH] build: eliminate use of python execfile command

7 years agoRe: [PATCH 2/2] completion: generate notmuch-completion.zsh using doc/conf.py
Tomi Ollila [Sat, 3 Jan 2015 13:49:36 +0000 (15:49 +0200)]
Re: [PATCH 2/2] completion: generate notmuch-completion.zsh using doc/conf.py

7 years agoRe: BUG: Using pointer that points to a destructed string's content
David Bremner [Sat, 3 Jan 2015 13:30:16 +0000 (14:30 +0100)]
Re: BUG: Using pointer that points to a destructed string's content

7 years agoRe: [PATCH 2/2] completion: generate notmuch-completion.zsh using doc/conf.py
David Bremner [Sat, 3 Jan 2015 13:29:20 +0000 (14:29 +0100)]
Re: [PATCH 2/2] completion: generate notmuch-completion.zsh using doc/conf.py

7 years ago[PATCH] build: eliminate use of python execfile command
David Bremner [Sat, 3 Jan 2015 13:21:22 +0000 (14:21 +0100)]
[PATCH] build: eliminate use of python execfile command

7 years ago[PATCH 2/2] completion: generate notmuch-completion.zsh using doc/conf.py
David Bremner [Sat, 3 Jan 2015 12:58:20 +0000 (13:58 +0100)]
[PATCH 2/2] completion: generate notmuch-completion.zsh using doc/conf.py

7 years ago[PATCH 1/2] configure: add check for python interepreter name
David Bremner [Sat, 3 Jan 2015 12:58:19 +0000 (13:58 +0100)]
[PATCH 1/2] configure: add check for python interepreter name

7 years agoRe: [PATCH] lib: convert two "iterator copy strings" into references.
David Bremner [Sat, 3 Jan 2015 09:03:15 +0000 (10:03 +0100)]
Re: [PATCH] lib: convert two "iterator copy strings" into references.

7 years agoRe: [PATCH] completion: remove the broken notmuch-completion.tcsh
David Bremner [Sat, 3 Jan 2015 08:46:56 +0000 (09:46 +0100)]
Re: [PATCH] completion: remove the broken notmuch-completion.tcsh

7 years agoRe: [PATCH] lib: convert two "iterator copy strings" into references.
Tomi Ollila [Fri, 2 Jan 2015 20:07:38 +0000 (22:07 +0200)]
Re: [PATCH] lib: convert two "iterator copy strings" into references.

7 years agoRe: [PATCH] completion: remove the broken notmuch-completion.tcsh
Tomi Ollila [Fri, 2 Jan 2015 19:57:58 +0000 (21:57 +0200)]
Re: [PATCH] completion: remove the broken notmuch-completion.tcsh

7 years agoRe: [PATCH v3] emacs: add stash support for git send-email command line
Tomi Ollila [Fri, 2 Jan 2015 19:54:04 +0000 (21:54 +0200)]
Re: [PATCH v3] emacs: add stash support for git send-email command line

7 years agoRe: [PATCH v3] emacs: add stash support for git send-email command line
David Edmondson [Fri, 2 Jan 2015 18:12:19 +0000 (18:12 +0000)]
Re: [PATCH v3] emacs: add stash support for git send-email command line

7 years ago[PATCH] completion: remove the broken notmuch-completion.tcsh
Jani Nikula [Fri, 2 Jan 2015 18:03:28 +0000 (20:03 +0200)]
[PATCH] completion: remove the broken notmuch-completion.tcsh

7 years agoRe: [PATCH 1/2] completion: complete notmuch insert --keep and --no-hooks options
Jani Nikula [Fri, 2 Jan 2015 17:58:41 +0000 (19:58 +0200)]
Re: [PATCH 1/2] completion: complete notmuch insert --keep and --no-hooks options

7 years agoRe: [PATCH] lib: convert two "iterator copy strings" into references.
Jani Nikula [Fri, 2 Jan 2015 17:52:55 +0000 (19:52 +0200)]
Re: [PATCH] lib: convert two "iterator copy strings" into references.

7 years agoRe: [PATCH v2] emacs: add stash support for git send-email command line
Jani Nikula [Fri, 2 Jan 2015 17:49:37 +0000 (19:49 +0200)]
Re: [PATCH v2] emacs: add stash support for git send-email command line

7 years ago[PATCH v3] emacs: add stash support for git send-email command line
Jani Nikula [Fri, 2 Jan 2015 17:48:17 +0000 (19:48 +0200)]
[PATCH v3] emacs: add stash support for git send-email command line

7 years agoRe: [PATCH 1/2] completion: complete notmuch insert --keep and --no-hooks options
David Bremner [Fri, 2 Jan 2015 16:22:11 +0000 (17:22 +0100)]
Re: [PATCH 1/2] completion: complete notmuch insert --keep and --no-hooks options

7 years ago[PATCH] lib: convert two "iterator copy strings" into references.
David Bremner [Fri, 2 Jan 2015 16:20:52 +0000 (17:20 +0100)]
[PATCH] lib: convert two "iterator copy strings" into references.

7 years agoRe: [PATCH v2] emacs: add stash support for git send-email command line
David Edmondson [Fri, 2 Jan 2015 06:48:52 +0000 (06:48 +0000)]
Re: [PATCH v2] emacs: add stash support for git send-email command line

7 years ago[PATCH] HACK: lib: add brute and ignorant handling of database lock errors
Jani Nikula [Thu, 1 Jan 2015 18:22:03 +0000 (20:22 +0200)]
[PATCH] HACK: lib: add brute and ignorant handling of database lock errors

7 years ago[PATCH v2] emacs: add stash support for git send-email command line
Jani Nikula [Thu, 1 Jan 2015 17:45:32 +0000 (19:45 +0200)]
[PATCH v2] emacs: add stash support for git send-email command line

7 years agoRe: [PATCH v2] Add default configuration values to the man page
David Bremner [Thu, 1 Jan 2015 15:54:29 +0000 (16:54 +0100)]
Re: [PATCH v2] Add default configuration values to the man page

7 years agoRe: [PATCH 3/5] bindings/ruby: gitignore *.o
David Bremner [Thu, 1 Jan 2015 15:53:54 +0000 (16:53 +0100)]
Re: [PATCH 3/5] bindings/ruby: gitignore *.o

7 years agoRe: [PATCH] lib: drop the deprecation message for single-message mbox files
David Bremner [Thu, 1 Jan 2015 15:53:02 +0000 (16:53 +0100)]
Re: [PATCH] lib: drop the deprecation message for single-message mbox files

7 years agoRe: [PATCH] lib: another iterator-temporary/stale-pointer bug
Jani Nikula [Thu, 1 Jan 2015 14:49:31 +0000 (16:49 +0200)]
Re: [PATCH] lib: another iterator-temporary/stale-pointer bug

7 years ago[PATCH v2] completion: complete notmuch insert --folder to maildir folders only
Jani Nikula [Thu, 1 Jan 2015 14:34:30 +0000 (16:34 +0200)]
[PATCH v2] completion: complete notmuch insert --folder to maildir folders only

7 years agoRe: [PATCH 2/2] completion: complete notmuch insert --folder to maildir folders only
Jani Nikula [Thu, 1 Jan 2015 14:33:45 +0000 (16:33 +0200)]
Re: [PATCH 2/2] completion: complete notmuch insert --folder to maildir folders only

7 years agoRe: [PATCH] ruby: allow bindings to compile on Mac OS X
David Bremner [Thu, 1 Jan 2015 12:22:30 +0000 (13:22 +0100)]
Re: [PATCH] ruby: allow bindings to compile on Mac OS X

7 years ago[PATCH 5/5] test: add initial ruby tests
David Bremner [Thu, 1 Jan 2015 12:16:40 +0000 (13:16 +0100)]
[PATCH 5/5] test: add initial ruby tests

7 years ago[PATCH 4/5] build/ruby: use notmuch configure script values for shared lib
David Bremner [Thu, 1 Jan 2015 12:16:39 +0000 (13:16 +0100)]
[PATCH 4/5] build/ruby: use notmuch configure script values for shared lib

7 years ago[PATCH 3/5] bindings/ruby: gitignore *.o
David Bremner [Thu, 1 Jan 2015 12:16:38 +0000 (13:16 +0100)]
[PATCH 3/5] bindings/ruby: gitignore *.o

7 years ago[PATCH 2/5] build/ruby: make use of -Wl,--no-undefined configurable
David Bremner [Thu, 1 Jan 2015 12:16:37 +0000 (13:16 +0100)]
[PATCH 2/5] build/ruby: make use of -Wl,--no-undefined configurable

7 years ago[PATCH 1/5] build: integrate building ruby bindings into notmuch build process
David Bremner [Thu, 1 Jan 2015 12:16:36 +0000 (13:16 +0100)]
[PATCH 1/5] build: integrate building ruby bindings into notmuch build process

7 years agoBuild and test ruby bindings
David Bremner [Thu, 1 Jan 2015 12:16:35 +0000 (13:16 +0100)]
Build and test ruby bindings

7 years agoRe: [PATCH 2/2] completion: complete notmuch insert --folder to maildir folders only
Tomi Ollila [Thu, 1 Jan 2015 12:12:30 +0000 (14:12 +0200)]
Re: [PATCH 2/2] completion: complete notmuch insert --folder to maildir folders only

7 years agoRe: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering
Tomi Ollila [Thu, 1 Jan 2015 12:03:47 +0000 (14:03 +0200)]
Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering

7 years agoRe: [PATCH] ruby: allow bindings to compile on Mac OS X
David Bremner [Wed, 31 Dec 2014 21:19:16 +0000 (22:19 +0100)]
Re: [PATCH] ruby: allow bindings to compile on Mac OS X

7 years agoRe: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering
David Bremner [Wed, 31 Dec 2014 21:03:29 +0000 (22:03 +0100)]
Re: [PATCH v3 10/10] cli: address: Add --filter-by option to configure address filtering

7 years agoRe: [PATCH 2/2] completion: complete notmuch insert --folder to maildir folders only
David Bremner [Wed, 31 Dec 2014 20:36:58 +0000 (21:36 +0100)]
Re: [PATCH 2/2] completion: complete notmuch insert --folder to maildir folders only

7 years agoRe: [PATCH] ruby: add bindings for `notmuch_database_get_all_tags`
David Bremner [Wed, 31 Dec 2014 20:11:06 +0000 (21:11 +0100)]
Re: [PATCH] ruby: add bindings for `notmuch_database_get_all_tags`

7 years agoRe: DatabaseModifiedErrors causing troubles
David Bremner [Wed, 31 Dec 2014 08:28:04 +0000 (09:28 +0100)]
Re: DatabaseModifiedErrors causing troubles

7 years agoImages being displayed inline depending on the window size
Sebastian Fischmeister [Tue, 30 Dec 2014 21:04:32 +0000 (16:04 +1900)]
Images being displayed inline depending on the window size

7 years ago[Patch v2 5/5] lib: add status return to notmuch_query_count_{message,threads}
David Bremner [Tue, 30 Dec 2014 20:29:40 +0000 (21:29 +0100)]
[Patch v2 5/5] lib: add status return to notmuch_query_count_{message,threads}

7 years ago[Patch v2 4/5] bindings/ruby: gitignore *.o
David Bremner [Tue, 30 Dec 2014 20:29:39 +0000 (21:29 +0100)]
[Patch v2 4/5] bindings/ruby: gitignore *.o

7 years ago[Patch v2 3/5] test: port existing python tests to ruby
David Bremner [Tue, 30 Dec 2014 20:29:38 +0000 (21:29 +0100)]
[Patch v2 3/5] test: port existing python tests to ruby

7 years ago[Patch v2 2/5] test: add python tests for query.count_{messages,threads}
David Bremner [Tue, 30 Dec 2014 20:29:37 +0000 (21:29 +0100)]
[Patch v2 2/5] test: add python tests for query.count_{messages,threads}

7 years ago[Patch v2 1/5] build: integrate building ruby bindings into notmuch build process
David Bremner [Tue, 30 Dec 2014 20:29:36 +0000 (21:29 +0100)]
[Patch v2 1/5] build: integrate building ruby bindings into notmuch build process