[PATCH] emacs: fcc should fail at the right time if it doesn't point to a maildir

2010-04-27 Thread Carl Worth
On Mon, 26 Apr 2010 20:29:27 -0400, Jesse Rosenthal wrote: > Throw an error after the maildir is generated but before the message > is sent. This change allows the user to edit the maildir if it fails, > so that it will point to a correct place. Very nice. Just in time for 0.3, I merged this

[PATCH] emacs: fcc should fail at the right time if it doesn't point to a maildir

2010-04-26 Thread Dirk Hohndel
On Mon, 26 Apr 2010 20:29:27 -0400, Jesse Rosenthal wrote: > Throw an error after the maildir is generated but before the message > is sent. This change allows the user to edit the maildir if it fails, > so that it will point to a correct place. > > Note that this changes the previous behavior

[PATCH] emacs: fcc should fail at the right time if it doesn't point to a maildir

2010-04-26 Thread Jesse Rosenthal
Throw an error after the maildir is generated but before the message is sent. This change allows the user to edit the maildir if it fails, so that it will point to a correct place. Note that this changes the previous behavior which always overwrote the existing Fcc line. Now, an Fcc line is only

Re: [PATCH] emacs: fcc should fail at the right time if it doesn't point to a maildir

2010-04-26 Thread Dirk Hohndel
On Mon, 26 Apr 2010 20:29:27 -0400, Jesse Rosenthal jrosent...@jhu.edu wrote: Throw an error after the maildir is generated but before the message is sent. This change allows the user to edit the maildir if it fails, so that it will point to a correct place. Note that this changes the