unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [ANNOUNCE] notmuch-web 0.1.0
@ 2013-03-03  4:51 John Lenz
  2013-03-03 10:14 ` Amadeusz Żołnowski
  2013-03-03 16:53 ` Ben Gamari
  0 siblings, 2 replies; 6+ messages in thread
From: John Lenz @ 2013-03-03  4:51 UTC (permalink / raw)
  To: notmuch

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 planning on continuing to use this web client as my sole notmuch client
and will continue developing features (most identified by my two week trial
period :)  Combined with the It's All Text Firefox plugin for compose, I am
really happy with the result.

https://bitbucket.org/wuzzeb/notmuch-web

The server is written in Haskell and the client using Bootstrap and Jquery.
It should work on any HTML5 browser: I have tested it on Android and
desktop Firefox.  One feature of GHC (the haskell compiler) is the ability
to statically compile binaries which don't require haskell installed to
run, so I have built binaries for linux.  They only require glibc, libgmp,
and zlib.  I use these binaries to deploy from my desktop (where I develop
and build) to my server (which has no Haskell installed).

https://bitbucket.org/wuzzeb/notmuch-web/downloads/notmuch-web-0.1.0.i686.tar.gz
https://bitbucket.org/wuzzeb/notmuch-web/downloads/notmuch-web-0.1.0.x86_64.tar.gz

Configuration, instructions on building from source, and other information
are on the web page.

John

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] notmuch-web 0.1.0
  2013-03-03  4:51 [ANNOUNCE] notmuch-web 0.1.0 John Lenz
@ 2013-03-03 10:14 ` Amadeusz Żołnowski
  2013-03-03 19:58   ` John Lenz
  2013-03-03 16:53 ` Ben Gamari
  1 sibling, 1 reply; 6+ messages in thread
From: Amadeusz Żołnowski @ 2013-03-03 10:14 UTC (permalink / raw)
  To: John Lenz; +Cc: notmuch

[-- Attachment #1: Type: text/plain, Size: 729 bytes --]

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 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 planning on continuing to use this web client
> as my sole notmuch client and will continue developing features (most
> identified by my two week trial period :)  Combined with the It's All
> Text Firefox plugin for compose, I am really happy with the result.

Congratulations! :-)

Could you provide us some screenshots?


-- 
Amadeusz Żołnowski

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAABAgAGBQJRMyJ6AAoJEPATRTHh2/q1JkcIAKMkDsm8ukyXjm7j1hq7CJ2g
nPrrC31Tb/vbhuuuofSf3nsQKw75LzGypPu/mxCQo6X8Q2bj5EPmh66/M+V0knhU
wZPJYuQq/HBZGVWjGwAEC5iVgo8SHUxRYd5S9vEkX/OqUwgt63AtsH5rFvHK5qOg
0OfGgx2xLDxh5r+QPQ2Z2XCJP3j2jNZ6/WRiTMIj78kQvhf6ATOWaHAaa0Ur72aV
rfOMaZWOmNsV9FimTz/TAMMP0gx0YyZ3++ySoNtEHHnt+bOUBcKCz/IGkAf718jE
V7eGHhCq+WSuSwErrKh7vFPh8KsMM6Q2coKtArrstqPsURVuyBptTiPNqUqETKM=
=tHTl
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] notmuch-web 0.1.0
  2013-03-03  4:51 [ANNOUNCE] notmuch-web 0.1.0 John Lenz
  2013-03-03 10:14 ` Amadeusz Żołnowski
@ 2013-03-03 16:53 ` Ben Gamari
  2013-03-03 19:38   ` John Lenz
  1 sibling, 1 reply; 6+ messages in thread
From: Ben Gamari @ 2013-03-03 16:53 UTC (permalink / raw)
  To: John Lenz, notmuch

John Lenz <lenz@math.uic.edu> 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 issues or problems and never had to
> revert to another client), I have decided to release an initial version.  I
> am planning on continuing to use this web client as my sole notmuch client
> and will continue developing features (most identified by my two week trial
> period :)  Combined with the It's All Text Firefox plugin for compose, I am
> really happy with the result.
>
Very nice! Am I correct in assuming that you are scraping the output of
the command line utility? Last I knew there were some memory management
issues[1] that needed to be resolved. I've been hoping to fix this at
some point but there's always something else to do.

Cheers,

- Ben

[1] See id:87aaa0l1tc.fsf@gmail.com and id:8739h1pbaq.fsf@gmail.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] notmuch-web 0.1.0
  2013-03-03 16:53 ` Ben Gamari
@ 2013-03-03 19:38   ` John Lenz
  0 siblings, 0 replies; 6+ messages in thread
From: John Lenz @ 2013-03-03 19:38 UTC (permalink / raw)
  To: Ben Gamari, notmuch

On 2013-03-03 16:53:24 UTC, Ben Gamari <bgamari.foss@gmail.com> wrote:
> John Lenz <lenz@math.uic.edu> 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 issues or problems and never had to
> > revert to another client), I have decided to release an initial version.  I
> > am planning on continuing to use this web client as my sole notmuch client
> > and will continue developing features (most identified by my two week trial
> > period :)  Combined with the It's All Text Firefox plugin for compose, I am
> > really happy with the result.
> >
> Very nice! Am I correct in assuming that you are scraping the output of
> the command line utility? Last I knew there were some memory management
> issues[1] that needed to be resolved. I've been hoping to fix this at
> some point but there's always something else to do.
>

Yes, I use the command line and use the JSON format for everything, using --format=json --format-version=1    I haven't noticed any memory or speed issues, the web pages come back quickly in the browser and the notmuch command line and JSON parsing is probably not the bottleneck, although I haven't done any performance testing yet.

John

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] notmuch-web 0.1.0
  2013-03-03 10:14 ` Amadeusz Żołnowski
@ 2013-03-03 19:58   ` John Lenz
  2013-03-03 22:08     ` Amadeusz Żołnowski
  0 siblings, 1 reply; 6+ messages in thread
From: John Lenz @ 2013-03-03 19:58 UTC (permalink / raw)
  To: Amadeusz Żołnowski; +Cc: notmuch

On 2013-03-03 10:14:18 UTC, Amadeusz Żołnowski <aidecoe@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 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 planning on continuing to use this web client
> > as my sole notmuch client and will continue developing features (most
> > identified by my two week trial period :)  Combined with the It's All
> > Text Firefox plugin for compose, I am really happy with the result.
>
> Congratulations! :-)
>
> Could you provide us some screenshots?
>

I put a couple screenshots of the search and the pager on bitbucket.
The compose screen is just a form so I didn't add a screenshot of that.
In the screenshots you can see the buttons for retagging messages and
also see the pager to page between messages.

https://bitbucket.org/wuzzeb/notmuch-web/src/tip/screenshots/search.png
https://bitbucket.org/wuzzeb/notmuch-web/src/tip/screenshots/pager.png

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ANNOUNCE] notmuch-web 0.1.0
  2013-03-03 19:58   ` John Lenz
@ 2013-03-03 22:08     ` Amadeusz Żołnowski
  0 siblings, 0 replies; 6+ messages in thread
From: Amadeusz Żołnowski @ 2013-03-03 22:08 UTC (permalink / raw)
  To: John Lenz; +Cc: notmuch

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

Quoting John Lenz (2013-03-03 20:58:48)
> > Could you provide us some screenshots?
> 
> I put a couple screenshots of the search and the pager on bitbucket.
> The compose screen is just a form so I didn't add a screenshot of
> that.  In the screenshots you can see the buttons for retagging
> messages and also see the pager to page between messages.

Thanks!


> https://bitbucket.org/wuzzeb/notmuch-web/src/tip/screenshots/search.png
> https://bitbucket.org/wuzzeb/notmuch-web/src/tip/screenshots/pager.png

Wow, it looks really nice.  I hope I can use it when I eventually set up
my mail server. :-)


-- 
Amadeusz Żołnowski

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAABAgAGBQJRM8nCAAoJEPATRTHh2/q1pd0H/14m3ei8wOcDSdU1BmMGbINt
EoRFUFQ5smdCBU3Igc1eluai64Efn4WkaEKCJkvp0CqmTm9YCiFzlHas7Nor+1dD
V+bmdTqKJmHvbg13uxC501okUNpMqDvVpF/eOiylKCWGBDlPNGpz7VcWLEHivhb9
DIqCLMif9qLW3KtIziOuVNzkwbB2kl1lc64oRNYENJXerbDr2y6+eV01Ql1186pt
bluMgyGfnAKjcSeULxVXCE+gEY3S2Jw+IJ+HkTi3yfuDB+X5TIZyzQho1q+W+TWq
dB1XkeIuT+IMtE0UiLPbVYZmVDrCth3TcJNMcEerrvbzNVuHn+iNvmKXa7/uw8s=
=hq+5
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-03 22:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03  4:51 [ANNOUNCE] notmuch-web 0.1.0 John Lenz
2013-03-03 10:14 ` Amadeusz Żołnowski
2013-03-03 19:58   ` John Lenz
2013-03-03 22:08     ` Amadeusz Żołnowski
2013-03-03 16:53 ` Ben Gamari
2013-03-03 19:38   ` John Lenz

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).