Re: [PATCH 0/3] composing patches

2010-12-10 Thread Felipe Contreras
On Fri, Dec 10, 2010 at 1:20 AM, Sebastian Spaeth wrote: > On Fri, 10 Dec 2010 00:32:49 +0200, Felipe Contreras > wrote: >> I don't know how it works in gnus, but at least on the vim mode, the output >> generated by 'notmuch reply' is not ready to be sent, at

[PATCH 3/3] Add 'compose' command

2010-12-10 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- Makefile.local|1 + notmuch-client.h |3 + notmuch-compose.c | 111 + notmuch.c |5 ++ 4 files changed, 120 insertions(+), 0 deletions(-) create mode 100644 notmuch-compose.c diff

[PATCH 2/3] reply: add user-agent field

2010-12-10 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- notmuch-reply.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 53a12c5..fc5dac4 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,7 +447,7 @@ notmuch_reply_format_default(void

[PATCH 1/3] reply: add message-id header

2010-12-10 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- notmuch-reply.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 23d04b8..53a12c5 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,6 +447,8 @@ notmuch_reply_format_default

[PATCH 0/3] composing patches

2010-12-10 Thread Felipe Contreras
en composing a message, and these aliases might be used while generating the 'notmuch search' output. Felipe Contreras (3): reply: add message-id header reply: add user-agent field Add 'compose' command Makefile.l

[PATCH 3/3] vim: implement archive in show view

2010-12-10 Thread Felipe Contreras
From: Felipe Contreras Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8815712..882c141 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim

[PATCH 2/3] vim: fix get_user_email()

2010-12-10 Thread Felipe Contreras
From: Felipe Contreras Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 6898d56..8815712 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin

[PATCH 1/3] vim: refactor tagging stuff

2010-12-10 Thread Felipe Contreras
From: Felipe Contreras Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8d5d1c3..6898d56 100644 --- a/vim/plugin/notmuch.vim +++ b/vim

[PATCH 0/3] vim fixes

2010-12-10 Thread Felipe Contreras
Hi, These are a few patches to improve the vim support. If nobody comments on these I'll push them. Felipe Contreras (3): vim: refactor tagging stuff vim: fix get_user_email() vim: implement archive in show view vim/plugin/notmuch.vim | 29 +++-- 1

[PATCH 3/3] Add 'compose' command

2010-12-09 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- Makefile.local|1 + notmuch-client.h |3 + notmuch-compose.c | 111 + notmuch.c |5 ++ 4 files changed, 120 insertions(+), 0 deletions(-) create mode 100644 notmuch-compose.c diff

[PATCH 2/3] reply: add user-agent field

2010-12-09 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- notmuch-reply.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 53a12c5..fc5dac4 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,7 +447,7 @@ notmuch_reply_format_default(void

[PATCH 0/3] composing patches

2010-12-09 Thread Felipe Contreras
en composing a message, and these aliases might be used while generating the 'notmuch search' output. Felipe Contreras (3): reply: add message-id header reply: add user-agent field Add 'compose' command Makefile.l

[PATCH 1/3] reply: add message-id header

2010-12-09 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- notmuch-reply.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 23d04b8..53a12c5 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -447,6 +447,8 @@ notmuch_reply_format_default

[PATCH 3/3] vim: implement archive in show view

2010-12-09 Thread Felipe Contreras
From: Felipe Contreras Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8815712..882c141 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim

[PATCH 2/3] vim: fix get_user_email()

2010-12-09 Thread Felipe Contreras
From: Felipe Contreras Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 6898d56..8815712 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin

[PATCH 1/3] vim: refactor tagging stuff

2010-12-09 Thread Felipe Contreras
From: Felipe Contreras Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 8d5d1c3..6898d56 100644 --- a/vim/plugin/notmuch.vim +++ b/vim

[PATCH 0/3] vim fixes

2010-12-09 Thread Felipe Contreras
Hi, These are a few patches to improve the vim support. If nobody comments on these I'll push them. Felipe Contreras (3): vim: refactor tagging stuff vim: fix get_user_email() vim: implement archive in show view vim/plugin/notmuch.vim | 29 +++-- 1

[PATCH 2/3] build: fix DSO dependencies

2010-10-30 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth wrote: > On Sat, ?5 Jun 2010 14:05:14 +0300, Felipe Contreras gmail.com> wrote: >> At least on Fedora 13, this doesn't link; the linker finds the >> dependencies, and aborts saying we should include them. > ... >

[PATCH 2/2] build: only link to what we really use

2010-10-30 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,9

[PATCH 1/2] build: fix DSO dependencies

2010-10-30 Thread Felipe Contreras
e information, see: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Reported by Felipe Contreras, rewrote by Carl Worth. Signed-off-by: Felipe Contreras --- Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index bc61

[PATCH 0/2] build fixes

2010-10-30 Thread Felipe Contreras
Hi, Here are a couple of build fixes. One is required to build on Fedora 13, the other is just nice (at least gets rid of some debian lintian warnings). Carl Worth (1): build: fix DSO dependencies Felipe Contreras (1): build: only link to what we really use Makefile.local |6 -- 1

Re: [PATCH 2/3] build: fix DSO dependencies

2010-10-29 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth wrote: > On Sat,  5 Jun 2010 14:05:14 +0300, Felipe Contreras > wrote: >> At least on Fedora 13, this doesn't link; the linker finds the >> dependencies, and aborts saying we should include them. > ... >> We

[PATCH 2/2] build: only link to what we really use

2010-10-29 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,9

[PATCH 1/2] build: fix DSO dependencies

2010-10-29 Thread Felipe Contreras
e information, see: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Reported by Felipe Contreras, rewrote by Carl Worth. Signed-off-by: Felipe Contreras --- Makefile.local |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index bc61

[PATCH 0/2] build fixes

2010-10-29 Thread Felipe Contreras
Hi, Here are a couple of build fixes. One is required to build on Fedora 13, the other is just nice (at least gets rid of some debian lintian warnings). Carl Worth (1): build: fix DSO dependencies Felipe Contreras (1): build: only link to what we really use Makefile.local |6 -- 1

notmuch-next branch

2010-10-12 Thread Felipe Contreras
On Mon, Oct 11, 2010 at 10:01 PM, Jameson Rollins wrote: > On Mon, 11 Oct 2010 21:45:47 +0300, Felipe Contreras gmail.com> wrote: >> I think many people agree notmuch mainline has been rather slow. So >> I'm proposing to have notmuch-next branch, either on github or &g

notmuch-next branch

2010-10-11 Thread Felipe Contreras
d how. One proposal would be to propose and vote here, another would be to resend them and wait for signed-off-by's. What do you think? -- Felipe Contreras

Re: notmuch-next branch

2010-10-11 Thread Felipe Contreras
On Mon, Oct 11, 2010 at 10:01 PM, Jameson Rollins wrote: > On Mon, 11 Oct 2010 21:45:47 +0300, Felipe Contreras > wrote: >> I think many people agree notmuch mainline has been rather slow. So >> I'm proposing to have notmuch-next branch, either on github or &g

notmuch-next branch

2010-10-11 Thread Felipe Contreras
d how. One proposal would be to propose and vote here, another would be to resend them and wait for signed-off-by's. What do you think? -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

notmuch synchronization

2010-10-07 Thread Felipe Contreras
notmuch > and I'm missing that functionality. I don't see much happening in the main repo, perhaps we should start a notmuch-next branch or something on gitorious? -- Felipe Contreras

Re: notmuch synchronization

2010-10-07 Thread Felipe Contreras
much > and I'm missing that functionality. I don't see much happening in the main repo, perhaps we should start a notmuch-next branch or something on gitorious? -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH 0/3] build fixes

2010-07-17 Thread Felipe Contreras
On Tue, Jun 15, 2010 at 10:34 PM, Dirk Hohndel wrote: > On Mon, 14 Jun 2010 17:17:00 +0300, Felipe Contreras gmail.com> wrote: >> Is anything wrong with these patches? > > cworth - our fearless leader - is extremely busy with his day job right > now. He tends to respond to a

Re: [PATCH 0/3] build fixes

2010-07-17 Thread Felipe Contreras
On Tue, Jun 15, 2010 at 10:34 PM, Dirk Hohndel wrote: > On Mon, 14 Jun 2010 17:17:00 +0300, Felipe Contreras > wrote: >> Is anything wrong with these patches? > > cworth - our fearless leader - is extremely busy with his day job right > now. He tends to respond to all the p

Makefile.local: Fix LDFLAGS for notmuch-shared

2010-06-18 Thread Felipe Contreras
if you want to test (use the fc-fixes branch): http://github.com/felipec/notmuch -- Felipe Contreras

Re: Makefile.local: Fix LDFLAGS for notmuch-shared

2010-06-17 Thread Felipe Contreras
if you want to test (use the fc-fixes branch): http://github.com/felipec/notmuch -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH 7/9] vim: use mailx for sending

2010-06-16 Thread Felipe Contreras
On Sat, Jun 5, 2010 at 2:12 PM, Felipe Contreras wrote: > Possilby used by more systems, and besides the code wasn't really > working properly anyway. Hmm, I just noticed that mailx in Fedora 13 (apparently heirloom mailx) is dropping the 'in-reply-to' and 'references&

Re: [PATCH 7/9] vim: use mailx for sending

2010-06-16 Thread Felipe Contreras
On Sat, Jun 5, 2010 at 2:12 PM, Felipe Contreras wrote: > Possilby used by more systems, and besides the code wasn't really > working properly anyway. Hmm, I just noticed that mailx in Fedora 13 (apparently heirloom mailx) is dropping the 'in-reply-to' and 'references&

[PATCH 0/3] build fixes

2010-06-14 Thread Felipe Contreras
Hi, Is anything wrong with these patches? On Sat, Jun 5, 2010 at 2:05 PM, Felipe Contreras wrote: > The important one is #2, which allows to build on Fedora 13. > > Felipe Contreras (3): > ?configure: check platform beforehand > ?build: fix DSO dependencies > ?configure: opti

Re: [PATCH 0/3] build fixes

2010-06-14 Thread Felipe Contreras
Hi, Is anything wrong with these patches? On Sat, Jun 5, 2010 at 2:05 PM, Felipe Contreras wrote: > The important one is #2, which allows to build on Fedora 13. > > Felipe Contreras (3): >  configure: check platform beforehand >  build: fix DSO dependencies >  configure: opti

[PATCH 9/9] vim: include own improved git-diff syntax

2010-06-05 Thread Felipe Contreras
The old one wasn't working at all on newer vims. Signed-off-by: Felipe Contreras --- vim/README |5 - vim/syntax/notmuch-git-diff.vim | 26 ++ vim/syntax/notmuch-show.vim |3 +-- 3 files changed, 27 insertions(+), 7 dele

[PATCH 8/9] vim: run(): optimize non-debug path

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 7b49015..8d5d1c3 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -1186,13

[PATCH 7/9] vim: use mailx for sending

2010-06-05 Thread Felipe Contreras
Possilby used by more systems, and besides the code wasn't really working properly anyway. Signed-off-by: Felipe Contreras --- vim/README |4 +- vim/plugin/notmuch.vim | 61 2 files changed, 7 insertions(+), 58 dele

[PATCH 6/9] vim: add option to mark as read + archive

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 01ee10f..968c4c1 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -118,6 +118,7 @@ let

[PATCH 5/9] vim: remove add_remove_tags_on_screen()

2010-06-05 Thread Felipe Contreras
It's not working properly; the current message is jumping around and the tags not really added/removed properly. Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/vim/plugin/notmuch.vim

[PATCH 4/9] vim: cleanup search syntax

2010-06-05 Thread Felipe Contreras
It was *sloow*. Signed-off-by: Felipe Contreras --- vim/syntax/notmuch-search.vim | 36 1 files changed, 12 insertions(+), 24 deletions(-) diff --git a/vim/syntax/notmuch-search.vim b/vim/syntax/notmuch-search.vim index 71839fd..f458d77 100644 --- a

[PATCH 3/9] vim: cleanup search buffer

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 19 --- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 3a19616..b8c9858 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim

[PATCH 2/9] vim: add archive support from 'show'

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a9754f2..3a19616 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -496,7 +496,8

[PATCH 1/9] thread: really clean authors

2010-06-05 Thread Felipe Contreras
To show the thread, usually 'foo' is enough from "Foo Bar ", specially since the authors field is too small anyway. Gmail does something similar: "Foo (2), John (3)". Signed-off-by: Felipe Contreras --- lib/thread.cc | 38 +-

[PATCH 0/9] vim improvements

2010-06-05 Thread Felipe Contreras
with the format (possibly configurable by the user). But for now, I decided to push whatever I found more usable. Cheers. Felipe Contreras (9): thread: really clean authors vim: add archive support from 'show' vim: cleanup search buffer vim: cleanup search syntax vim: remove

[PATCH 3/3] configure: optimize uname finding a bit

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- configure |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ff775f0..3b4df37 100755 --- a/configure +++ b/configure @@ -198,15 +198,16 @@ errors=0 libdir_in_ldconfig=0 printf "Checking which pla

[PATCH 2/3] build: fix DSO dependencies

2010-06-05 Thread Felipe Contreras
hat we use directly. For more information, see: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Signed-off-by: Felipe Contreras --- NOTE: I'm not sure about using $(CC) as a linker in !linux platforms, but if that doesn't work, there's already an 'ifeq' that che

[PATCH 1/3] configure: check platform beforehand

2010-06-05 Thread Felipe Contreras
Will be needed in next patches. Signed-off-by: Felipe Contreras --- configure | 62 ++-- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/configure b/configure index c86a227..1eb4785 100755 --- a/configure +++ b/configure

[PATCH 0/3] build fixes

2010-06-05 Thread Felipe Contreras
Hi, The important one is #2, which allows to build on Fedora 13. Felipe Contreras (3): configure: check platform beforehand build: fix DSO dependencies configure: optimize uname finding a bit Makefile.local |3 -- configure | 74

[PATCH 9/9] vim: include own improved git-diff syntax

2010-06-05 Thread Felipe Contreras
The old one wasn't working at all on newer vims. Signed-off-by: Felipe Contreras --- vim/README |5 - vim/syntax/notmuch-git-diff.vim | 26 ++ vim/syntax/notmuch-show.vim |3 +-- 3 files changed, 27 insertions(+), 7 dele

[PATCH 8/9] vim: run(): optimize non-debug path

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 7b49015..8d5d1c3 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -1186,13

[PATCH 7/9] vim: use mailx for sending

2010-06-05 Thread Felipe Contreras
Possilby used by more systems, and besides the code wasn't really working properly anyway. Signed-off-by: Felipe Contreras --- vim/README |4 +- vim/plugin/notmuch.vim | 61 2 files changed, 7 insertions(+), 58 dele

[PATCH 6/9] vim: add option to mark as read + archive

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 01ee10f..968c4c1 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -118,6 +118,7 @@ let

[PATCH 5/9] vim: remove add_remove_tags_on_screen()

2010-06-05 Thread Felipe Contreras
It's not working properly; the current message is jumping around and the tags not really added/removed properly. Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/vim/plugin/notmuch.vim

[PATCH 4/9] vim: cleanup search syntax

2010-06-05 Thread Felipe Contreras
It was *sloow*. Signed-off-by: Felipe Contreras --- vim/syntax/notmuch-search.vim | 36 1 files changed, 12 insertions(+), 24 deletions(-) diff --git a/vim/syntax/notmuch-search.vim b/vim/syntax/notmuch-search.vim index 71839fd..f458d77 100644 --- a

[PATCH 3/9] vim: cleanup search buffer

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim | 19 --- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index 3a19616..b8c9858 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim

[PATCH 2/9] vim: add archive support from 'show'

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- vim/plugin/notmuch.vim |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index a9754f2..3a19616 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -496,7 +496,8

[PATCH 1/9] thread: really clean authors

2010-06-05 Thread Felipe Contreras
To show the thread, usually 'foo' is enough from "Foo Bar ", specially since the authors field is too small anyway. Gmail does something similar: "Foo (2), John (3)". Signed-off-by: Felipe Contreras --- lib/thread.cc | 38 +-

[PATCH 0/9] vim improvements

2010-06-05 Thread Felipe Contreras
with the format (possibly configurable by the user). But for now, I decided to push whatever I found more usable. Cheers. Felipe Contreras (9): thread: really clean authors vim: add archive support from 'show' vim: cleanup search buffer vim: cleanup search syntax vim: remove

[PATCH 3/3] configure: optimize uname finding a bit

2010-06-05 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- configure |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ff775f0..3b4df37 100755 --- a/configure +++ b/configure @@ -198,15 +198,16 @@ errors=0 libdir_in_ldconfig=0 printf "Checking which pla

[PATCH 0/3] build fixes

2010-06-05 Thread Felipe Contreras
Hi, The important one is #2, which allows to build on Fedora 13. Felipe Contreras (3): configure: check platform beforehand build: fix DSO dependencies configure: optimize uname finding a bit Makefile.local |3 -- configure | 74

[PATCH 2/3] build: fix DSO dependencies

2010-06-05 Thread Felipe Contreras
hat we use directly. For more information, see: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange Signed-off-by: Felipe Contreras --- NOTE: I'm not sure about using $(CC) as a linker in !linux platforms, but if that doesn't work, there's already an 'ifeq' that che

[PATCH 1/3] configure: check platform beforehand

2010-06-05 Thread Felipe Contreras
Will be needed in next patches. Signed-off-by: Felipe Contreras --- configure | 62 ++-- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/configure b/configure index c86a227..1eb4785 100755 --- a/configure +++ b/configure

[notmuch] [PATCH] Build and link against notmuch shared library

2010-01-23 Thread Felipe Contreras
t,CXX,$(LDFLAGS)) $^ $(FINAL_LDFLAGS) > -Wl,-soname=$(SONAME) -shared -o $@ Does it need to be CXX? Why not CC instead? -- Felipe Contreras

Re: [notmuch] [PATCH] Build and link against notmuch shared library

2010-01-22 Thread Felipe Contreras
t,CXX,$(LDFLAGS)) $^ $(FINAL_LDFLAGS) > -Wl,-soname=$(SONAME) -shared -o $@ Does it need to be CXX? Why not CC instead? -- Felipe Contreras ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

<    2   3   4   5   6   7