summaryrefslogtreecommitdiffstats
path: root/curs_main.c
AgeCommit message (Expand)Author
2022-10-09Fix scrolling when handling SIGWINCH in the index.Kevin McCarthy
2022-10-08Move SigWinch handling before refresh in menus.Kevin McCarthy
2021-12-27Merge branch 'stable'Kevin McCarthy
2021-12-27Include <term.h> before invoking tigetstr() and tigetflag().Kevin McCarthy
2021-12-25Merge branch 'stable'Kevin McCarthy
2021-12-25Fix mutt_ts_capability() fallback list loop.Kevin McCarthy
2021-09-23Implement <select-entry> as <display-message> in index menu.Kevin McCarthy
2021-09-18Use km_error_key() in index only for OP_NULL.Kevin McCarthy
2021-08-08Add $sort_thread_groups for top-level thread sorting.Kevin McCarthy
2021-07-07Add a help choice '?' to the yes or no prompt for quadoptions.Kevin McCarthy
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
2021-02-04Add explicit flag to check for postponed message on <mail>.Kevin McCarthy
2021-01-27Convert all mutt_atoX functions to behave strictly.Kevin McCarthy
2021-01-27Merge branch 'stable'Kevin McCarthy
2021-01-27Correctly handle CTRL-G on remaining background_edit sessions promptChristopher Zimmermann
2020-12-06abstract some List-* header processingdgc
2020-12-03Refresh index if a tagged save aborts in the middle.Kevin McCarthy
2020-06-25Add tab-completion menu for patterns.Kevin McCarthy
2020-05-31Try to automatically reconnect to an open IMAP mailbox on error.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-03-24Add sidebar-first and sidebar-last functions.Kevin McCarthy
2020-02-29Add background flags to all other operations.Kevin McCarthy
2020-02-29Confirm exiting if background edit processes exist.Kevin McCarthy
2020-02-29Add background compose menu and $background_format config var.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-02-28Create send.h header.Kevin McCarthy
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-11-09Remove input buffer flush on sigwinch in index.Kevin McCarthy
2019-11-08Fix sigwinch race in the index and menu processor.Kevin McCarthy
2019-10-17Clean up pager change folder aborts to return to pager.Kevin McCarthy
2019-10-17Remove menu->menu hack when redirecting pager ops through index.Kevin McCarthy
2019-10-17Merge branch 'stable'Kevin McCarthy
2019-10-17Stable branch quick fix for pager change-mailbox push/exec bug.Kevin McCarthy
2019-10-11Add new browse-mailboxes function in index and pager.Kevin McCarthy
2019-08-03Basic autocrypt account menu.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-04-23Enable the use of toggle-write from the pager.Jeremy Sowden
2019-04-17Convert change folder operations to use BUFFER.Kevin McCarthy
2019-02-06Create <group-chat-reply> function.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove unused MUTT_FORMAT_MAKEPRINT flag.Kevin McCarthy
2018-08-22Add compose-to-sender functionality.Kevin McCarthy
2018-07-25Add message padding to ctx->vsize computation.Kevin McCarthy
2018-07-24Handle reopen/new_mail when closing mailbox in <imap-logout-all>.Kevin McCarthy
2018-07-22Bug fix: reset ctx->vsize in update_index_unthreaded on reopened mailbox.Vincent Lefevre
2018-07-22Cleanup: avoid an ugly local preprocessor macro.Vincent Lefevre
2018-07-20Display matching new messages in a thread-limited index.Kevin McCarthy