Re: notmuch webmails

2013-02-16 Thread John Lenz
On 2013-02-15 01:14:32 UTC, Nicolás Reynolds fa...@kiwwwi.com.ar wrote: Ruben Pollan mes...@sindominio.net writes: As a way to learn javascript I'm experimenting with the idea of a notmuch based webmail. You can see the dummy demo I did at: https://gitorious.org/notwebmail It's far from

Re: notmuch webmails

2013-02-19 Thread John Lenz
On 2013-02-19 15:50:05 UTC, Nicolas Pouillard n...@nicolaspouillard.fr wrote: Quoting David Bremner (2013-02-17 14:19:55) Nicolas Pouillard n...@nicolaspouillard.fr writes: Quoting John Lenz (2013-02-16 19:07:47) Hi, I am working on one as well, but am further along. I am starting

Re: notmuch webmails

2013-03-02 Thread John Lenz
On 2013-02-28 18:41:08 UTC, Mark Anderson markr.ander...@amd.com wrote: John, Where should I look to figure out how to resolve these dependencies? On a fresh install from scratch today I got the same problem, and was able to resolve it by first installing yesod-platform and then after

[ANNOUNCE] notmuch-web 0.1.0

2013-03-02 Thread John Lenz
I have been recently working on a web interface to notmuch. The past two weeks, I have used it as my only email client and since the trial period was a great success (I had no major issues or problems and never had to revert to another client), I have decided to release an initial version. I am

Re: [ANNOUNCE] notmuch-web 0.1.0

2013-03-03 Thread John Lenz
On 2013-03-03 10:14:18 UTC, Amadeusz Żołnowski aide...@aidecoe.name wrote: Hello John, Quoting John Lenz (2013-03-03 05:51:17) I have been recently working on a web interface to notmuch. The past two weeks, I have used it as my only email client and since the trial period was a great

notmuch webmails

2013-02-16 Thread John Lenz
On 2013-02-15 01:14:32 UTC, Nicol??s Reynolds wrote: > Ruben Pollan writes: > > > As a way to learn javascript I'm experimenting with the idea of a > > notmuch based webmail. You can see the dummy demo I did at: > > https://gitorious.org/notwebmail It's far from a proper webmail, you > > can

notmuch webmails

2013-02-19 Thread John Lenz
On 2013-02-19 15:50:05 UTC, Nicolas Pouillard wrote: > Quoting David Bremner (2013-02-17 14:19:55) > > Nicolas Pouillard writes: > > > > > Quoting John Lenz (2013-02-16 19:07:47) > > > > >> Hi, I am working on one as well, but am further along.

notmuch webmails

2013-03-02 Thread John Lenz
On 2013-02-28 18:41:08 UTC, Mark Anderson wrote: > John, > > Where should I look to figure out how to resolve these dependencies? > On a fresh install from scratch today I got the same problem, and was able to resolve it by first installing yesod-platform and then after that the few

[ANNOUNCE] notmuch-web 0.1.0

2013-03-02 Thread John Lenz
I have been recently working on a web interface to notmuch. The past two weeks, I have used it as my only email client and since the trial period was a great success (I had no major issues or problems and never had to revert to another client), I have decided to release an initial version. I am

[ANNOUNCE] notmuch-web 0.1.0

2013-03-03 Thread John Lenz
On 2013-03-03 16:53:24 UTC, Ben Gamari wrote: > John Lenz writes: > > > I have been recently working on a web interface to notmuch. The past two > > weeks, I have used it as my only email client and since the trial period > > was a great success (I had no major issu

[ANNOUNCE] notmuch-web 0.1.0

2013-03-03 Thread John Lenz
On 2013-03-03 10:14:18 UTC, Amadeusz ??o??nowski wrote: > Hello John, > > Quoting John Lenz (2013-03-03 05:51:17) > > I have been recently working on a web interface to notmuch. The past > > two weeks, I have used it as my only email client and since the trial > >

Notmuch-Web 0.1.1

2013-06-05 Thread John Lenz
Hi, I am pleased to announce a new version of notmuch-web. http://hackage.haskell.org/package/notmuch-web https://bitbucket.org/wuzzeb/notmuch-web New features include: * Layout changes to make the website workable on very small screens (my phone). * Display text/html alternatives of

cli: add --include-html option to notmuch show

2013-07-01 Thread John Lenz
For my client, the largest bottleneck for displaying large threads is exporting each html part individually since by default notmuch will not show the json parts. For large threads there can be quite a few parts and each must be exported and decoded one by one. Also, I then have to deal with all

cli: add --include-html option to notmuch show

2013-07-22 Thread John Lenz
On Sun Jul 21 15:23 -0500 2013, Tomi Ollila wrote: > On Tue, Jul 02 2013, John Lenz wrote: > > > For my client, the largest bottleneck for displaying large threads is > > exporting each html part individually since by default notmuch will not > > show the json p

cli: add --include-html option to notmuch show

2013-07-24 Thread John Lenz
On Sun Jul 21 15:23 -0500 2013, Tomi Ollila wrote: > On Tue, Jul 02 2013, John Lenz wrote: > > > For my client, the largest bottleneck for displaying large threads is > > exporting each html part individually since by default notmuch will not > > show the json p

cli: add --include-html option to notmuch show

2013-08-17 Thread John Lenz
On Sun Aug 4 14:47 -0500 2013, Tomi Ollila wrote: > The next question is should we have new option as > > --include-html > > or as > > --include-html=(true|false) > > or even > > --body=(true|false|text-and-html) > > See --exclude option in http://notmuchmail.org/manpages/notmuch-search-1/