Re: alot: can't read sent emails, after encryption

2013-11-17 Thread Alain-Pierre Manine
Quoting Jameson Graef Rollins (2013-11-17 20:43:25) > On Sun, Nov 17 2013, Patrick Totzke wrote: > > Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > >> On Tue, Nov 12 2013, apman...@idaaas.com wrote: > >> > I have recently switched to notmuch. Thank you for it! > >> > I'm using "alot" as a f

alot: can't read sent emails, after encryption

2013-11-17 Thread apman...@idaaas.com
Quoting Patrick Totzke (2013-11-17 19:57:54) > Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > > On Tue, Nov 12 2013, apmanine at idaaas.com wrote: > > > I have recently switched to notmuch. Thank you for it! > > > I'm using "alot" as a frontend (thank you for it, too!). Everything > > > work

[PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Tomi Ollila
On Sun, Nov 17 2013, Jameson Graef Rollins wrote: > On Sun, Nov 17 2013, Mark Walters wrote: >> In current emacs (24.3) select-active-regions is set to t by >> default. The reply insertion code sets the region to the quoted >> message to make it easy to delete (kill-region or C-w). These two >>

[PATCH v2 5/5] compact: provide user more information on after-compaction failures

2013-11-17 Thread David Bremner
Tomi Ollila writes: > I was thinking naming the function notmuch_database_compact_internal () > as one option (I also though of notmuch_database_compact_unstable () -- but > that sounds so "unstable" (at least outside Debian people ;D)) -- > could be one option. Then developers should understand t

[PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Mark Walters
On Sun, 17 Nov 2013, Tomi Ollila wrote: > On Sun, Nov 17 2013, Jameson Graef Rollins > wrote: > >> On Sun, Nov 17 2013, Mark Walters wrote: >>> In current emacs (24.3) select-active-regions is set to t by >>> default. The reply insertion code sets the region to the quoted >>> message to make i

[PATCH v2 2/5] compact: catch Xapian::Error consistently

2013-11-17 Thread David Bremner
Tomi Ollila writes: > catch Xapian::Error in compact code in lib/database.cc to be consistent > with other code in addition to not making software crash on uncaught > other Xapian error. pushed the first two patches d

alot: can't read sent emails, after encryption

2013-11-17 Thread Patrick Totzke
was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20131117/f0421109/attachment.pgp>

[PATCH v2 5/5] compact: provide user more information on after-compaction failures

2013-11-17 Thread Tomi Ollila
On Sun, Nov 17 2013, David Bremner wrote: > Tomi Ollila writes: > >> The log hook in it's current form is problematic as it doesn't provide >> way to distinguish progress reporting from error reporting. > > Is this _more_ problematic than more output to stderr? > >> Currently >> lib/database.cc

Re: [PATCH v2 5/5] compact: provide user more information on after-compaction failures

2013-11-17 Thread David Bremner
Tomi Ollila writes: > I was thinking naming the function notmuch_database_compact_internal () > as one option (I also though of notmuch_database_compact_unstable () -- but > that sounds so "unstable" (at least outside Debian people ;D)) -- > could be one option. Then developers should understand t

Re: [PATCH v2 2/5] compact: catch Xapian::Error consistently

2013-11-17 Thread David Bremner
Tomi Ollila writes: > catch Xapian::Error in compact code in lib/database.cc to be consistent > with other code in addition to not making software crash on uncaught > other Xapian error. pushed the first two patches d ___ notmuch mailing list notmuch@

[PATCH] NEWS: insert quotable parts in reply as they are displayed in show view

2013-11-17 Thread Jani Nikula
News for commit 5c19eb46a906819744a022463ee3fd7cdfaabbb9 Author: Jani Nikula Date: Sun Sep 1 20:59:53 2013 +0300 emacs: insert quotable parts in reply as they are displayed in show view --- NEWS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d0d5300..dbbbe9f 10

Re: alot: can't read sent emails, after encryption

2013-11-17 Thread apmanine
Quoting Patrick Totzke (2013-11-17 19:57:54) > Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > > On Tue, Nov 12 2013, apman...@idaaas.com wrote: > > > I have recently switched to notmuch. Thank you for it! > > > I'm using "alot" as a frontend (thank you for it, too!). Everything > > > works s

Re: [PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Mark Walters
On Sun, 17 Nov 2013, Tomi Ollila wrote: > On Sun, Nov 17 2013, Jameson Graef Rollins wrote: > >> On Sun, Nov 17 2013, Mark Walters wrote: >>> In current emacs (24.3) select-active-regions is set to t by >>> default. The reply insertion code sets the region to the quoted >>> message to make it e

[PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Mark Walters
In current emacs (24.3) select-active-regions is set to t by default. The reply insertion code sets the region to the quoted message to make it easy to delete (kill-region or C-w). These two things combine to put the quoted message in the primary selection. This is not what the user wanted and is

Re: alot: can't read sent emails, after encryption

2013-11-17 Thread Jameson Graef Rollins
On Sun, Nov 17 2013, Patrick Totzke wrote: > Quoting Jameson Graef Rollins (2013-11-16 21:47:02) >> On Tue, Nov 12 2013, apman...@idaaas.com wrote: >> > I have recently switched to notmuch. Thank you for it! >> > I'm using "alot" as a frontend (thank you for it, too!). Everything >> > works smooth

alot: can't read sent emails, after encryption

2013-11-17 Thread Jameson Graef Rollins
Then all encrypted data is also encrypted to your personal key, making it always viewable by you as well. Then you can just open your encrypted sent mail as you would any other encrypted mail. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20131117/e8c4dade/attachment.pgp>

Re: [PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Tomi Ollila
On Sun, Nov 17 2013, Jameson Graef Rollins wrote: > On Sun, Nov 17 2013, Mark Walters wrote: >> In current emacs (24.3) select-active-regions is set to t by >> default. The reply insertion code sets the region to the quoted >> message to make it easy to delete (kill-region or C-w). These two >>

Re: [PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Jameson Graef Rollins
On Sun, Nov 17 2013, Mark Walters wrote: > In current emacs (24.3) select-active-regions is set to t by > default. The reply insertion code sets the region to the quoted > message to make it easy to delete (kill-region or C-w). These two > things combine to put the quoted message in the primary se

[PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Jameson Graef Rollins
t. +10 jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20131117/10db2e11/attachment.pgp>

Re: alot: can't read sent emails, after encryption

2013-11-17 Thread Patrick Totzke
Quoting Jameson Graef Rollins (2013-11-16 21:47:02) > On Tue, Nov 12 2013, apman...@idaaas.com wrote: > > I have recently switched to notmuch. Thank you for it! > > I'm using "alot" as a frontend (thank you for it, too!). Everything > > works smoothly, apart from one problem: with alot, I can't fig

[PATCH v2 5/5] compact: provide user more information on after-compaction failures

2013-11-17 Thread David Bremner
Tomi Ollila writes: > The log hook in it's current form is problematic as it doesn't provide > way to distinguish progress reporting from error reporting. Is this _more_ problematic than more output to stderr? > Currently > lib/database.cc writes error messages with fprintf(stderr, ...) everyw

Re: [PATCH v2 5/5] compact: provide user more information on after-compaction failures

2013-11-17 Thread Tomi Ollila
On Sun, Nov 17 2013, David Bremner wrote: > Tomi Ollila writes: > >> The log hook in it's current form is problematic as it doesn't provide >> way to distinguish progress reporting from error reporting. > > Is this _more_ problematic than more output to stderr? > >> Currently >> lib/database.cc

[PATCH] NEWS: insert quotable parts in reply as they are displayed in show view

2013-11-17 Thread Jani Nikula
News for commit 5c19eb46a906819744a022463ee3fd7cdfaabbb9 Author: Jani Nikula Date: Sun Sep 1 20:59:53 2013 +0300 emacs: insert quotable parts in reply as they are displayed in show view --- NEWS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d0d5300..dbbbe9f 10

[PATCH] emacs: do not put quoted reply in primary selection

2013-11-17 Thread Mark Walters
In current emacs (24.3) select-active-regions is set to t by default. The reply insertion code sets the region to the quoted message to make it easy to delete (kill-region or C-w). These two things combine to put the quoted message in the primary selection. This is not what the user wanted and is

Re: [PATCH v2 5/5] compact: provide user more information on after-compaction failures

2013-11-17 Thread David Bremner
Tomi Ollila writes: > The log hook in it's current form is problematic as it doesn't provide > way to distinguish progress reporting from error reporting. Is this _more_ problematic than more output to stderr? > Currently > lib/database.cc writes error messages with fprintf(stderr, ...) everyw