summaryrefslogtreecommitdiffstats
path: root/main.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'stable'Kevin McCarthy2023-03-13-2/+2
|\
| * Update copyright notices.Kevin McCarthy2023-03-13-2/+2
* | Divide browser "LastDir" into separate file and mailbox locations.Kevin McCarthy2022-12-03-1/+1
|/
* Set the curses resize policy to use tioctl()Kevin McCarthy2022-10-08-0/+7
* Filter headers passed via the command line.Kevin McCarthy2022-02-06-0/+4
* Fix argc==0 handling.Kevin McCarthy2022-01-29-1/+1
* Update manual and program copyright notices.Kevin McCarthy2022-01-27-2/+2
* Add GNU SASL support for authentication.Kevin McCarthy2021-12-23-3/+15
* Enable nonl() mode for ncurses. closes #362.Kevin McCarthy2021-07-24-0/+1
* Exit with a failure for any usage or version write error.Vincent Lefevre2021-06-30-3/+3
* Really fix usage and version write error checking.Vincent Lefevre2021-06-30-6/+2
* Fix usage and version write error checking.Vincent Lefevre2021-06-30-2/+6
* Add usage and version write error checking.Kevin McCarthy2021-06-29-0/+11
* Check stdout is a terminal in curses mode.Kevin McCarthy2021-06-29-0/+4
* Stop batch mode emails with no argument or recipients.Kevin McCarthy2021-03-27-2/+10
* Merge branch 'stable'Kevin McCarthy2021-03-19-1/+15
|\
| * Check if mutt_prepare_template() fails for -H command line arg.Kevin McCarthy2021-03-19-1/+15
* | Convert all mutt_atoX functions to behave strictly.Kevin McCarthy2021-01-27-1/+1
* | Merge branch 'stable'Kevin McCarthy2020-12-30-2/+2
|\|
| * Bump copyright notices.Kevin McCarthy2020-12-30-2/+2
* | Allow debugging without debug file rotation.David Champion2020-11-22-6/+3
|/
* Remove always true conditional (#if 1)Remco Rijnders2020-08-26-2/+0
* Add other headers to written Protected Headers.Kevin McCarthy2020-06-04-1/+1
* Add L10N strings to exit_handler().Kevin McCarthy2020-05-07-0/+1
* Update 'mutt -v' copyright date.Kevin McCarthy2020-05-02-1/+1
* Create crypt glue cleanup method.Kevin McCarthy2020-03-31-0/+1
* Convert LastSaveFolder to buffer.Kevin McCarthy2020-03-31-0/+1
* Enable backgrounding a single <mail> function.Kevin McCarthy2020-02-29-0/+1
* Rename ci_send_message() to mutt_send_message().Kevin McCarthy2020-02-29-3/+3
* Create send.h header.Kevin McCarthy2020-02-28-0/+2
* Update copyrights to 2020.Kevin McCarthy2020-01-11-1/+1
* Create multipart/mixed helpers.Kevin McCarthy2019-11-01-1/+1
* Convert main() to use buffers for paths.Kevin McCarthy2019-10-09-32/+33
* Add initial autocrypt account setup.Kevin McCarthy2019-08-03-4/+7
* Add database and schema initialization.Kevin McCarthy2019-08-03-1/+2
* Initial autoconf and makefile setup for autocrypt.Kevin McCarthy2019-08-03-0/+10
* Change main() folder to be BUFFER.Kevin McCarthy2019-04-07-16/+27
* browser.c: Convert LastDir and LastDirBackup to BUFFER.Kevin McCarthy2019-03-13-0/+1
* Merge branch 'stable'Kevin McCarthy2019-01-05-1/+1
|\
| * Update copyright for the next stable release.Kevin McCarthy2019-01-05-1/+1
* | Clean up formatting.Kevin McCarthy2019-01-04-3/+3
* | Clean up code indentation.Kevin McCarthy2019-01-04-191/+191
* | Remove trailing whitespace.Kevin McCarthy2018-12-31-32/+32
* | Finish protected header write support.Kevin McCarthy2018-12-25-1/+3
* | Add a new mode for mutt_write_rfc822_header().Kevin McCarthy2018-12-25-1/+2
|/
* Add buffer pool functions.Kevin McCarthy2018-10-06-0/+1
* Free queries and alias_queries before exiting.Kevin McCarthy2018-09-14-2/+8
* Move exit cleanup in main() to end of function.Kevin McCarthy2018-07-28-43/+69
* Fix -z and -Z options to work with IMAP.Kevin McCarthy2018-07-28-0/+9
* add feature file monitoring with Linux inotifyGT2018-06-03-0/+12