summaryrefslogtreecommitdiffstats
path: root/globals.h
AgeCommit message (Collapse)Author
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-04IMAP postpone changes from Byrial Jensen.Thomas Roessler
1999-10-29Don't check the number of postponed messages every time the statusThomas Roessler
line is updated - this gets quite slow when used with slow IMAP connections.
1999-10-28Adding imap_preconnect. This way, you can let mutt start an sshThomas Roessler
tunnel before it tries to connect to an IMAP server. From: <Jon.K.Hellan@item.ntnu.no>
1999-10-16Scoring improvements.Thomas Roessler
1999-09-30[unstable] Re-add in-reply-to. This time with a suitable default. #-\Thomas Roessler
1999-09-12The attached patch (imap-turbocharge.diff):Thomas Roessler
* changes mutt_buffy_check to only poll the selected folder when it is opened, not all mailboxes (unless the timeout has expired). This is a noticeable win if you have a few IMAP mailboxes. * sets the default checkinterval to 60 seconds from 0. Things are much much slower with 0. * makes some cosmetic renames * moves lots of generic imap stuff into a separate file, imap/util.c * abstracts the process of sending a command to an IMAP server a bit better (lots more to do here, though). * moves the message-set creation code used by the new fastdelete code into its own function, since it is generally useful. * implements server-side copy of messages. Tagged messages are copied in one command, thanks to the message-set function. Speedy! (From: Brendan Cully; modifications by tlr.)
1999-08-20Brendan Cully's latest IMAP clean-up.Thomas Roessler
1999-08-15Various changes added over the last week:Thomas Roessler
- $delete_untag - creation of "application/pgp" messages - an attempt to fix prepare. - Browser format changes
1999-07-20As Aaron Schrab noted, patch-0.95.6.tlr.reverse_name.1 broke the useThomas Roessler
of my_hdr from send-hooks. This patch introduces a new variable $from which can be used to use a default sender address; to make this possible, a new variable class DT_ADDR is defined. We now have the following algorithm for determining the from address: - $from is used as the default from address, if defined. Otherwise, the local user name and (if the user wishes so) the local domain are used. - This address can be overridden by $reverse_name, if set. - Now, send-hooks are evaluated. - Afterwards, user headers are evaluated. In this step, the from header can be overridden using my_hdr From:. - When there is no real name, $realname is used for it. Note that, when the default from header is used and $from defines a real name, it takes precedence over $realname.
1999-07-20Remove the $in_reply_to configuration variable and always use theThomas Roessler
message-ID for that header.
1999-07-01Various patches from last week, including:Thomas Roessler
- new mh/maildir access code. - subscribe/unsubscribe - various fixes.
1999-03-02Brandon Long's latest IMAP fixes.Thomas Roessler
1999-02-18Introduce $dotlock_program: This makes the mutt_dotlock program'sThomas Roessler
location a run-time configuration variable.
1999-02-11patch.mutt-0.95.1i.ld.signals.1-2.gzThomas Roessler
1999-02-10patch.mutt-0.95.1i.ld.signals.1: A major redesign of how childThomas Roessler
processes are invoked. From Liviu.
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.
1999-01-29Use a user-definable format for the mixmaster menu.Thomas Roessler
1999-01-13A first take at adding a mixmaster front-end to mutt. Don't worry,Thomas Roessler
it's optional. ;-)
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-09Rewrite copy_delete_attach().Thomas Roessler
1998-10-14Thinking about this once again, ok folks, here comes x-uuencodeThomas Roessler
support.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler