gnus
13 years agoIf being given an explicit level to get unread articles from, then use that for forei...
Lars Magne Ingebrigtsen [Mon, 6 Sep 2010 20:22:57 +0000 (22:22 +0200)]
If being given an explicit level to get unread articles from, then use that for foreign groups, too.

13 years agoRemove <a name...> tags, which confuses the rest of the function.
Lars Magne Ingebrigtsen [Mon, 6 Sep 2010 20:02:51 +0000 (22:02 +0200)]
Remove <a name...> tags, which confuses the rest of the function.

13 years agoDo a `gnus-request-scan' for the methods that support -retrieve-groups, too.
Lars Magne Ingebrigtsen [Mon, 6 Sep 2010 15:28:15 +0000 (17:28 +0200)]
Do a `gnus-request-scan' for the methods that support -retrieve-groups, too.

13 years ago(nnml-save-nov): Remove some debugging-related messages.
Lars Magne Ingebrigtsen [Mon, 6 Sep 2010 14:37:34 +0000 (16:37 +0200)]
(nnml-save-nov): Remove some debugging-related messages.

13 years agoFix previous commit.
Katsumi Yamaoka [Mon, 6 Sep 2010 05:17:47 +0000 (05:17 +0000)]
Fix previous commit.

13 years agodgnushack.el (dgnushack-compile, dgnushack-make-cus-load, dgnushack-make-auto-load...
Katsumi Yamaoka [Mon, 6 Sep 2010 05:09:14 +0000 (05:09 +0000)]
dgnushack.el (dgnushack-compile, dgnushack-make-cus-load, dgnushack-make-auto-load): Exclude .dir-locals.el file.

13 years agopop3.el (pop3-number-of-responses): Search for "+OK", not "+OK ".
Katsumi Yamaoka [Mon, 6 Sep 2010 02:05:19 +0000 (02:05 +0000)]
pop3.el (pop3-number-of-responses): Search for "+OK", not "+OK ".

13 years ago(gnus-get-unread-articles): Fix up the last commit.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 22:48:11 +0000 (00:48 +0200)]
(gnus-get-unread-articles): Fix up the last commit.

13 years agoDon't bother with groups that aren't going to be activated.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 22:40:01 +0000 (00:40 +0200)]
Don't bother with groups that aren't going to be activated.

13 years agoAllow calling without specifying the handle.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 20:37:49 +0000 (22:37 +0200)]
Allow calling without specifying the handle.

In that case, dissect the buffer first.

13 years ago(gnus-set-mode-line): Don't pad the mode line string.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 19:54:31 +0000 (21:54 +0200)]
(gnus-set-mode-line): Don't pad the mode line string.

13 years agoRevert the change that would look into authinfo for imaps instead of imap.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 18:21:10 +0000 (20:21 +0200)]
Revert the change that would look into authinfo for imaps instead of imap.

13 years ago(gnus-get-unread-articles): Count the archive groups as secondary.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 17:28:23 +0000 (19:28 +0200)]
(gnus-get-unread-articles): Count the archive groups as secondary.

This makes sure they're activated the same way as before.

13 years ago(gnus-activate-group): Take an optional parameter to say that you
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 17:19:22 +0000 (19:19 +0200)]
(gnus-activate-group): Take an optional parameter to say that you
don't want to call gnus-request-group with don-check, but do check the
reponse.  This is for virtual groups only.

13 years ago(imap-mailbox-get): Revert last change for this function.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 17:07:48 +0000 (19:07 +0200)]
(imap-mailbox-get): Revert last change for this function.

13 years agoimap.el: Remove an optional buffer parameter from many functions.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 16:37:40 +0000 (18:37 +0200)]
imap.el: Remove an optional buffer parameter from many functions.

* imap.el (imap-message-map): Removed optional buffer parameter, since
no callers use it.
(imap-message-get): Ditto.
(imap-message-put): Ditto.
(imap-mailbox-map): Ditto.
(imap-mailbox-put): Ditto.
(imap-mailbox-get): Ditto.

13 years ago(nnimap-debug): Removed.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 16:26:53 +0000 (18:26 +0200)]
(nnimap-debug): Removed.

13 years ago(nnimap-request-list): Servers may return \NoSelect case-insensitively.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 16:24:11 +0000 (18:24 +0200)]
(nnimap-request-list): Servers may return \NoSelect case-insensitively.

13 years ago(imap-debug): Removed -- doesn't seem very useful.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 16:18:43 +0000 (18:18 +0200)]
(imap-debug): Removed -- doesn't seem very useful.

13 years ago(imap-fetch-safe): Removed function.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 16:12:42 +0000 (18:12 +0200)]
(imap-fetch-safe): Removed function.

Altered all callers to use `imap-fetch' instead.  According to the
comments, this should be safe, since all other IMAP clients use the
1:* syntax.

(imap-enable-exchange-bug-workaround): Removed.

13 years agoDon't message if we're fetching mail from a file, and the file doesn't exist.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 15:04:59 +0000 (17:04 +0200)]
Don't message if we're fetching mail from a file, and the file doesn't exist.

This avoids noise when scanning for new mail.

13 years agoNew convenience function for logging.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 14:05:17 +0000 (16:05 +0200)]
New convenience function for logging.

Use throughout instead of repeating the same code all over the place.

13 years ago(pop3-streaming-movemail): Return t for success.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 13:44:10 +0000 (15:44 +0200)]
(pop3-streaming-movemail): Return t for success.

13 years agoLook for the "imaps" entry in the .authinfo if we're using ssl connection.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 13:22:05 +0000 (15:22 +0200)]
Look for the "imaps" entry in the .authinfo if we're using ssl connection.

13 years agoUse the active info we already have if we're in a main Gnus `g' run.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 12:52:44 +0000 (14:52 +0200)]
Use the active info we already have if we're in a main Gnus `g' run.

13 years ago Get info for virtual groups last.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 12:01:16 +0000 (14:01 +0200)]
 Get info for virtual groups last.

13 years agoGet info for virtual groups last.
Lars Magne Ingebrigtsen [Sun, 5 Sep 2010 12:01:06 +0000 (14:01 +0200)]
Get info for virtual groups last.

13 years ago(gnus-method-rank): Replace equalp with equal.
Katsumi Yamaoka [Sun, 5 Sep 2010 11:51:17 +0000 (11:51 +0000)]
(gnus-method-rank): Replace equalp with equal.

13 years ago(nnmh-request-list-1): Bind `file'.
Katsumi Yamaoka [Sun, 5 Sep 2010 04:06:53 +0000 (04:06 +0000)]
(nnmh-request-list-1): Bind `file'.

13 years agopop3-set-process-query-on-exit-flag: New function that's an alias to set-process...
Katsumi Yamaoka [Sun, 5 Sep 2010 03:58:34 +0000 (03:58 +0000)]
pop3-set-process-query-on-exit-flag: New function that's an alias to set-process-query-on-exit-flag, or process-kill-without-query for old Emacsen.

13 years agoIndent.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:55:46 +0000 (00:55 +0200)]
Indent.

13 years agoDo incremental NOV updates when scanning new male.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:45:04 +0000 (00:45 +0200)]
Do incremental NOV updates when scanning new male.

(nnml-save-incremental-nov, nnml-open-incremental-nov)
(nnml-add-incremental-nov): New functions to do "incremental" nov
updates, where we just append to the end of the existing nov files
without reading/writing them in full.

13 years agoAlways move the crash box to the Incoming file. Fixes mistake in previous checkin.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:42:42 +0000 (00:42 +0200)]
Always move the crash box to the Incoming file.  Fixes mistake in previous checkin.

13 years agoOff-by-one error on the request loop (for debugging purposes) removed.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:31:41 +0000 (00:31 +0200)]
Off-by-one error on the request loop (for debugging purposes) removed.

13 years agoReally only check the incoming files once in a while.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:09:33 +0000 (00:09 +0200)]
Really only check the incoming files once in a while.

* nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
culprit is more visible.

13 years agoDon't output messages when saving.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:03:15 +0000 (00:03 +0200)]
Don't output messages when saving.

13 years ago(pop3-streaming-movemail): Always close the pop3 connection.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 22:00:07 +0000 (00:00 +0200)]
(pop3-streaming-movemail): Always close the pop3 connection.

13 years agoOnly check the incoming files for deletion once per day to save a lot of file accesses.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:48:42 +0000 (23:48 +0200)]
Only check the incoming files for deletion once per day to save a lot of file accesses.

13 years ago(pop3-logon): Fix up unbound variable typo.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:33:41 +0000 (23:33 +0200)]
(pop3-logon): Fix up unbound variable typo.

13 years ago(pop3-streaming-movemail): Respect pop3-leave-mail-on-server.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:30:57 +0000 (23:30 +0200)]
(pop3-streaming-movemail): Respect pop3-leave-mail-on-server.

13 years agoUse streaming pop3 retrieval.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 21:28:50 +0000 (23:28 +0200)]
Use streaming pop3 retrieval.

13 years agoWhite space clean up.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 20:19:29 +0000 (22:19 +0200)]
White space clean up.

13 years agoRemove duplicates from .newsrc list.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 20:18:56 +0000 (22:18 +0200)]
Remove duplicates from .newsrc list.

13 years agoProtect against groups that come from no known methods.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 19:22:37 +0000 (21:22 +0200)]
Protect against groups that come from no known methods.

13 years agoUse erase-buffer instead of looping and deleting regions, which seems rather odd.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 19:17:30 +0000 (21:17 +0200)]
Use erase-buffer instead of looping and deleting regions, which seems rather odd.

13 years ago(pop3-display-message-size-flag): Removed -- everybody wants message sizes.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 19:13:41 +0000 (21:13 +0200)]
(pop3-display-message-size-flag): Removed -- everybody wants message sizes.

13 years agoOnly read the agent.lib/local file once per `g' run.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 18:12:43 +0000 (20:12 +0200)]
Only read the agent.lib/local file once per `g' run.

13 years agoOutput active lines also for empty directories.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 17:34:42 +0000 (19:34 +0200)]
Output active lines also for empty directories.

This makes the draft queue directory work.

13 years agoAdd more changes related to the new methodology for requesting backend data.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 17:15:31 +0000 (19:15 +0200)]
Add more changes related to the new methodology for requesting backend data.

13 years agoFix up the recursion behavior.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 16:09:47 +0000 (18:09 +0200)]
Fix up the recursion behavior.

Make sure we actually do recurse down into the tree, but don't stat
all leaf nodes.

13 years agoRewrite the Gnus group activation method to be more efficient.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 15:39:22 +0000 (17:39 +0200)]
Rewrite the Gnus group activation method to be more efficient.

The main idea is to gather all groups based on their select methods,
and then issuing one `-request-list' per select method, instead of
activating them group by group.  This should in theory be much, much
faster, but there's a bunch of subtle interactions between a plethora
of variables that doesn't make this trivial to achieve.

This is a first stab at the issue, and seems to work, but I'm sure
that there are corner cases that doesn't quite work right.

13 years ago(Adaptive Scoring): Fix typo.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 13:32:30 +0000 (15:32 +0200)]
(Adaptive Scoring): Fix typo.

From: Julien Danjou  <julien@danjou.info>

13 years ago(gnus-html-show-images): If there are no images to show, then say so instead of buggi...
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 12:43:30 +0000 (14:43 +0200)]
(gnus-html-show-images): If there are no images to show, then say so instead of bugging out.

13 years agoCheck whether the agentview files exist before trying to read them.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 12:35:09 +0000 (14:35 +0200)]
Check whether the agentview files exist before trying to read them.

13 years ago(gnus-html-wash-tags): Remove even more white space around <pre_int>.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 11:54:12 +0000 (13:54 +0200)]
(gnus-html-wash-tags): Remove even more white space around <pre_int>.

13 years ago(gnus-article-copy-string): Say what data we copied.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 00:27:26 +0000 (02:27 +0200)]
(gnus-article-copy-string): Say what data we copied.

13 years agoOnly recurse down into subdirectories if the link count is more than 2.
Lars Magne Ingebrigtsen [Sat, 4 Sep 2010 00:16:01 +0000 (02:16 +0200)]
Only recurse down into subdirectories if the link count is more than 2.

This results in a 100x speed up on my nnmh spool, and that's from an
SSD disk, and not over nfs.

13 years agoMaintain a cache of the image directories.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:57:39 +0000 (01:57 +0200)]
Maintain a cache of the image directories.

This means that the `g' command in Gnus doesn't have to stat dozens of
directories each time.

13 years agoJust return the image directories, not all directories in the path in addition to...
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:54:51 +0000 (01:54 +0200)]
Just return the image directories, not all directories in the path in addition to the image directories.

13 years agoDecode entities at the end.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:36:03 +0000 (01:36 +0200)]
Decode entities at the end.

So that entities inside the tags don't mess up the rest of the
"parsing".

13 years agoRemove more white space before <pre_int> image spacers.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 23:32:59 +0000 (01:32 +0200)]
Remove more white space before <pre_int> image spacers.

13 years agoAdd the new command gnus-html-show-images.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:46:43 +0000 (20:46 +0200)]
Add the new command gnus-html-show-images.

13 years agoHave the image insertion work even if the missing image is in an <a>
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:36:23 +0000 (20:36 +0200)]
Have the image insertion work even if the missing image is in an <a>

13 years agoFix up the logic that marks resized images for buffer deletion.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:31:42 +0000 (20:31 +0200)]
Fix up the logic that marks resized images for buffer deletion.

13 years agoAdd a new `i' command to insert images.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 18:26:30 +0000 (20:26 +0200)]
Add a new `i' command to insert images.

13 years agoDon't reuse the 'gnus-data text property, but use a new property.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:42:56 +0000 (19:42 +0200)]
Don't reuse the 'gnus-data text property, but use a new property.

This avoids stomping over other functions that use this for other
things.

13 years agoChange the default so that nnimap methods aren't agentized by default.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:37:40 +0000 (19:37 +0200)]
Change the default so that nnimap methods aren't agentized by default.

There's apparently many problems related to agent/imap behaviour.

13 years agoAlso have the `u' command work for HTML links.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:35:02 +0000 (19:35 +0200)]
Also have the `u' command work for HTML links.

13 years agoProvide an `u' command on urls and the like that copies the string over to the kill...
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:32:09 +0000 (19:32 +0200)]
Provide an `u' command on urls and the like that copies the string over to the kill ring.

13 years agoComment fix.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 17:08:49 +0000 (19:08 +0200)]
Comment fix.

13 years agoAdded a .dir-locals.el file so that trailing whitespace is shown.
Lars Magne Ingebrigtsen [Fri, 3 Sep 2010 16:58:01 +0000 (18:58 +0200)]
Added a .dir-locals.el file so that trailing whitespace is shown.

13 years agognus-html.el (gnus-html-put-image): make avoidance of displaying small images work...
Katsumi Yamaoka [Fri, 3 Sep 2010 06:05:01 +0000 (06:05 +0000)]
gnus-html.el (gnus-html-put-image): make avoidance of displaying small images work for XEmacs.

13 years agoMake gnus-html work for XEmacs.
Katsumi Yamaoka [Fri, 3 Sep 2010 02:25:36 +0000 (02:25 +0000)]
Make gnus-html work for XEmacs.

13 years agognus-ems.el: Make process-plist functions work.
Katsumi Yamaoka [Fri, 3 Sep 2010 00:43:50 +0000 (00:43 +0000)]
gnus-ems.el: Make process-plist functions work.

13 years agoChange default to 'opportunistic if hashcash is installed.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 23:46:03 +0000 (01:46 +0200)]
Change default to 'opportunistic if hashcash is installed.

13 years agoOnly call image-size once, since it's somewhat time-consuming on remote X servers.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 14:05:02 +0000 (16:05 +0200)]
Only call image-size once, since it's somewhat time-consuming on remote X servers.

13 years agoFix up typo in rescaling.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 13:00:18 +0000 (15:00 +0200)]
Fix up typo in rescaling.

13 years agopost-receive: More subject formatting.
Ted Zlatanov [Thu, 2 Sep 2010 10:02:10 +0000 (05:02 -0500)]
post-receive: More subject formatting.

13 years agognus-xmas-create-image: Don't try to examine image type on data, not a file name.
Katsumi Yamaoka [Thu, 2 Sep 2010 06:37:00 +0000 (06:37 +0000)]
gnus-xmas-create-image: Don't try to examine image type on data, not a file name.

13 years agolpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind window-pixel-edges...
Katsumi Yamaoka [Thu, 2 Sep 2010 05:38:34 +0000 (05:38 +0000)]
lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind window-pixel-edges for Emacs 21.

13 years agognus-html-put-image, gnus-html-rescale-image: Pass `file' argument.
Katsumi Yamaoka [Thu, 2 Sep 2010 05:00:01 +0000 (05:00 +0000)]
gnus-html-put-image, gnus-html-rescale-image: Pass `file' argument.

13 years agognus-article-html: Make work buffer multibyte for decoded contents.
Katsumi Yamaoka [Thu, 2 Sep 2010 03:14:02 +0000 (03:14 +0000)]
gnus-article-html: Make work buffer multibyte for decoded contents.

13 years agoRemove %O (moderated) from group line format, since it isn't very interesting.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:54:44 +0000 (04:54 +0200)]
Remove %O (moderated) from group line format, since it isn't very interesting.

13 years ago(gnus-agent-short-article), (gnus-agent-long-article): Increase values for these...
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:46:09 +0000 (04:46 +0200)]
(gnus-agent-short-article), (gnus-agent-long-article): Increase values for these two variables.

Most people are likely to have more network connection and storage
than before.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:42:59 +0000 (04:42 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years ago(gnus-refer-article-method): Change default to 'current.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:42:50 +0000 (04:42 +0200)]
(gnus-refer-article-method): Change default to 'current.

When referring an article, the common behaviour is to refer it from the
current select method, not the native select method.  The chances of
the native select method having the message in question is rather slim
these days.

13 years ago(gnus-auto-select-subject): Change default to `unseen-or-unread'.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:39:56 +0000 (04:39 +0200)]
(gnus-auto-select-subject): Change default to `unseen-or-unread'.

I think it's likely that most people want to select an unseen article
over a previously seen, but unread one.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Ted Zlatanov [Thu, 2 Sep 2010 02:38:15 +0000 (21:38 -0500)]
Merge branch 'master' of https://git.gnus.org/gnus

13 years agoPut trivia after the diff. Join multiple commit messages in subject.
Ted Zlatanov [Thu, 2 Sep 2010 02:37:53 +0000 (21:37 -0500)]
Put trivia after the diff.  Join multiple commit messages in subject.

* post-receive: Add modified post-receive hook for Git.  Comment.  Put
the update message after the diff.  Join multiple oneline logs into one
long subject.

13 years ago(gnus-mode-non-string-length): Change default to 30.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:37:48 +0000 (04:37 +0200)]
(gnus-mode-non-string-length): Change default to 30.

nil means that in the article buffer none of the minor mode elements
will be shown, usually, and this is not desirable in most cases.

13 years ago(gnus-single-article-buffer): Change default to nil.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:33:51 +0000 (04:33 +0200)]
(gnus-single-article-buffer): Change default to nil.

So that people can have as many article buffers open as they have
summary buffer.  I think this is the most natural way for the groups
to behave.

13 years ago(gnus-summary-goto-unread): Change default to nil.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:32:30 +0000 (04:32 +0200)]
(gnus-summary-goto-unread): Change default to nil.

This will make commands like `d' (and the like) go to the next line in
the buffer, instead of the next unread article.  I think this is the
behaviour that is most natural for most users.

13 years agoChange default to `unsent'.
Lars Magne Ingebrigtsen [Thu, 2 Sep 2010 02:30:20 +0000 (04:30 +0200)]
Change default to `unsent'.

Change default to `unsent' so that all new message buffers start
their names with the string "*unsent", and it's easier to find the
buffers if you move from them.

13 years agoFix up some byte-compiler warnings.
Stefan Monnier [Wed, 1 Sep 2010 23:26:22 +0000 (23:26 +0000)]
Fix up some byte-compiler warnings.

13 years agoYet another try at getting the image sizing right.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 22:43:27 +0000 (00:43 +0200)]
Yet another try at getting the image sizing right.

13 years agoDelete all trailing white space.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 22:00:41 +0000 (00:00 +0200)]
Delete all trailing white space.

13 years agoRemove all <pre_int> place holders.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 20:52:06 +0000 (22:52 +0200)]
Remove all <pre_int> place holders.

13 years agoDon't show images that are really small.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 20:43:52 +0000 (22:43 +0200)]
Don't show images that are really small.

They're probably tracking images.

13 years agoRefuse to do marks if nntp-marks-file-name is nil.
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 20:20:00 +0000 (22:20 +0200)]
Refuse to do marks if nntp-marks-file-name is nil.

13 years agoMerge branch 'master' of https://git.gnus.org/gnus
Lars Magne Ingebrigtsen [Wed, 1 Sep 2010 19:54:39 +0000 (21:54 +0200)]
Merge branch 'master' of https://git.gnus.org/gnus