summaryrefslogtreecommitdiffstats
path: root/OPS
AgeCommit message (Collapse)Author
2010-02-20Add imap-logout-all to log out of all IMAP connections. Closes #2880.Gregory Shapiro
2009-05-12Fix description for <save-message>Rocco Rutte
2007-05-07Rename next-folder to next-unread-mailbox. Remove default binding.Brendan Cully
2007-05-02Add next-folder commandN.J. Mann
2006-09-08Clean up some text. Closes: #2466.Malcolm Parsons
2005-07-24Add thread editing commands.Cedric Duval
2005-02-17New function: rename-mailbox (bound to 'r' by default).Brendan Cully
The lack of a rename-mailbox command for IMAP finally got too annoying. It's a bit of a cut-and-paste job, but I've put my dreams of cleaning up the IMAP codebase on hold. Gotta grow up some time.
2003-07-04Introduce tag-prefix-cond and end-cond. This makes simpleNicolas Rachinsky
conditional execution of parts of macros possible.
2002-12-17Experimental: Introduce {next,previous}-new-then-unread. TheseThomas Roessler
functions behave like {next,previous}-new as long as new messages are visible. When no new messages are visibuel any more, there's a fall-back to {next,prev}-unread. Memo to self: Impose a weekly quota on the use of goto statements.
2002-12-09This patch adds two features to mutt:Michael Elkins
- you can now specify the octal code of a key in a bind or macro function, using the syntax <NNN>. Eg, bind index <541> show-version This allows you to bind to a function key for which Mutt doesn't have a friendly name associated with it. - adds a what-key function which allows you to press a key and have mutt show you the decimal/octal value. (not bound to anything by default)
2002-09-09Add a buffy-list function, and display more information when newRudi Chiarito
mail arrives. With some modifications from tlr.
2002-04-25attached are fixes for some little mistakes :Cedric Duval
* history-down -> scroll _down_, not up * functions decode-(save|copy) do not exist in the attach menu. * gettext oversight in pattern.c * inconsistency between "printf-like sequences" used all over the place and "escape sequences" for the description of $attribution.
2001-01-27Add collapsing to the receive-attach menu, and improve digestThomas Roessler
handling that way.
2000-12-31Experimental patch to add an imap-fetch-mail function.Thomas Roessler
2000-10-27Add capitalize-word, upcase-word, downcase-word functions to theThomas Roessler
editor. Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d).
2000-08-21patch-bac.createplus-1Thomas Roessler
2000-06-16patch-1.3.3.tlr.change_charset.1Thomas Roessler
2000-06-14Remove recode-attachment, and the "decoder" API. (EGE)Thomas Roessler
2000-05-17Add forward-word and backward-word functions to the editor.Thomas Roessler
2000-05-17Add a kill-eow function to the line editor.Thomas Roessler
2000-05-16Add a transpose-character function to the editor. From Aaron Schrab.Thomas Roessler
2000-02-15Fix a typo.Thomas Roessler
2000-02-15Change the documentation string for OP_MAIN_PREV_UNDELETED - it mayThomas Roessler
be confusing.
2000-02-15Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT.Thomas Roessler
2000-01-29Michael Elkins' content-disposition patch, with some small changes.Thomas Roessler
2000-01-19Rename display-headers to display-toggle-weed.Thomas Roessler
2000-01-08Unified edit-type function for the index, compose, andThomas Roessler
receive-attachment menus. Mostly by Michael Elkins.
1999-11-22IMAP folder creation and deletion. From Brendan Cully.Thomas Roessler
1999-09-30Add a resend-message function (similar to the _old_ edit-message),Thomas Roessler
and redo large parts of mutt_prepare_edit_message (now mutt_prepare_template).
1999-09-02A new edit-message feature, giving the raw message in an editor.Thomas Roessler
1999-08-31Adding a <parent-message> function. From Roland RosenfeldThomas Roessler
<roland@spinnaker.rhein.de>.
1999-02-09Brandon's IMAP clean-up; new czech translation.Thomas Roessler
1999-02-03[unstable] Produce some reasonable character set support whenThomas Roessler
postponing messages. Additionally, this patch fixes a nasty pointer leak in load_charset() [noted with electric fence], and a completely mis-lead attempt to use bsearch(). Apparently, nobody ever tested the utf8 decoder for quite some time.
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
Additionally, this change introduces a M_CHARCONV state flag which gives us some more control about when character set conversions are actually done. Current versions of mutt would happily apply character set conversions when, e.g., saving a text/plain attachment to a file. (We had at least one corrupt russing translation file due to this mis-feature.) Additionally, we clean up some of the character set related code in handler.c. Most of that is now done by the decoder functions in charset.c.
1998-10-28Gero Treuner's help-wrap patch.Thomas Roessler
1998-09-12Adding the edit-message feature.Thomas Roessler
1998-08-28[patch-0.94.4i.tlr.display_filename.1] Introduce a newThomas Roessler
function "display-filename" which displays the currently selected file's name on the message line.
1998-08-28[patch-0.94.4i.tlr.get_attachment.1] Create a newThomas Roessler
"get-attachment" function on the compose menu which will copy an attachment to a temporary file.
1998-08-27[patch-0.94.4.vikas.collapse.2] Vikas' collapse-threadThomas Roessler
patch.
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-19Removing the Attach-Menu feature for the next releaseThomas Roessler
version.
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler