|
Don't exit pager if quit=ask is answered "no".
Posted
about 1 month
ago
by
Kevin McCarthy
Don't exit pager if quit=ask is answered "no".
This patch addresses ticket 2788. Currently if you quit ('Q') from inside the pager, with quit=ask-yes or quit=ask-no, and you respond "no", mutt leaves you back in the index menu. This patch changes it so that mutt does not exit the pager. |
||||||
|
backout c1371176ea45
Posted
about 1 month
ago
by
Michael Elkins
backout c1371176ea45
|
||||||
|
Backed out changeset 1142ed8974fa
Posted
about 1 month
ago
by
Michael Elkins
Backed out changeset 1142ed8974fa
|
||||||
|
use gethostname() to determine the system host name
Posted
about 1 month
ago
by
Michael Elkins
use gethostname() to determine the system host name
use getaddrinfo() to look up canonical DNS name, and fall back to hinting from /etc/resolv.conf see #3298 |
||||||
|
fix various compiler warnings; most were due to unchecked return values from system calls.
Posted
about 1 month
ago
by
Michael Elkins
fix various compiler warnings; most were due to unchecked return values from system calls.
|
||||||
|
use mkdtemp() to create temporary directory rather than mktemp() followed by mkdir()
Posted
3 months
ago
by
i...@netbsd.org
use mkdtemp() to create temporary directory rather than mktemp() followed by mkdir()
closes #3637 |
||||||
|
use of sscanf() had undefined behavior, replace with simple parsing instead
Posted
3 months
ago
by
Michael Elkins
use of sscanf() had undefined behavior, replace with simple parsing instead
see #3636 |
||||||
|
increase string size by one byte to accomodate the terminating null character in fscanf() since the maximum field width does not include it
Posted
3 months
ago
by
Michael Elkins
increase string size by one byte to accomodate the terminating null character in fscanf() since the maximum field width does not include it
closes #3636 hat tip: Will Fiveash |
||||||
|
fix potential buffer overflow in off-by-one bounds checking error
Posted
3 months
ago
by
john....@oracle.com
fix potential buffer overflow in off-by-one bounds checking error
closes #3635 |
||||||
|
explicitly call mutt_refresh() prior to endwin() to force a screen redraw.
Posted
3 months
ago
by
Michael Elkins
explicitly call mutt_refresh() prior to endwin() to force a screen redraw.
[4903e80356d3] removed the call, but some environments (screen+xterm under SuSE11/12) don't properly flush without it prior to the endwin() call |
||||||
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.