diff options
-rw-r--r-- | git-email.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el index f364367..65095f1 100644 --- a/git-email.el +++ b/git-email.el @@ -423,7 +423,7 @@ default behavior is to delete them after sending the message." name)))) (let ((old (regexp old)) (new (regexp new))) - (< old new)))) + (> old new)))) (defun git-email-send-all () "Send all unsent emails." |