summaryrefslogtreecommitdiff
path: root/mu4e/mu4e-view.el
AgeCommit message (Expand)Author
2023-07-17mu4e-view: fix mu4e-view-refreshDirk-Jan C. Binnema
2023-07-17mu4e: split off mime-handling from mu4e-view & improveDirk-Jan C. Binnema
2023-06-25mu4e-view: restore point in single-window headers bufferDirk-Jan C. Binnema
2023-06-09mu4e: run mu4e-view-rendered-hook non-read-onlyDirk-Jan C. Binnema
2023-05-10mu4e: don't error out in mu4e-view-quitDirk-Jan C. Binnema
2023-05-10mu4e: add actions for archive-url in view/headersDirk-Jan C. Binnema
2023-05-05Add actions to browse online archive for a mailing list messageRuijie Yu
2023-04-24mu4e: add thread support to message-viewDirk-Jan C. Binnema
2023-04-05Merge pull request #2449 from seanfarley/detach-renameDirk-Jan C. Binnema
2023-04-01Fix defcustom type definitionsRuijie Yu
2023-03-31mu4e: create random name for newly detached viewsSean Farley
2023-03-25mu4e-view: support gnus message-id linksDirk-Jan C. Binnema
2023-03-15Don't die if the headers buffer isn't in a windowSean Allred
2023-02-17mu4e-view: better error message when we cannot switch text/htmlDirk-Jan C. Binnema
2023-02-12mu4e: support jumping to previous/next threadDirk-Jan C. Binnema
2023-02-03Only add bug-reference setup function after the feature was loadedLeo Gaskin
2023-01-18mu4e-view: use with-selected-window in mv--in-headers-contextDirk-Jan C. Binnema
2023-01-16mu4e-view: fix misplaced bracketDirk-Jan C. Binnema
2023-01-14mu4e-view: select window when operating in headers contextDirk-Jan C. Binnema
2023-01-09mu4e: move mu4e~headers-jump-to-maildir to searchDirk-Jan C. Binnema
2023-01-09mu4e: improve emacs menu-bar itemsDirk-Jan C. Binnema
2023-01-07mu4e: remove keybindings from mu4e-context-minor-modeDirk-Jan C. Binnema
2023-01-04Merge pull request #2395 from bjcohen/bjcohen/fix-split-view-single-window-nilDirk-Jan C. Binnema
2023-01-02mu4e-view: don't delete window on view msg in single-window modeBen Cohen
2023-01-01mu4e: move search functionality to mu4e-searchDirk-Jan C. Binnema
2022-12-28mu4e-view: "detach" headers view when quitting in single-window modeDirk-Jan C. Binnema
2022-12-24mu4e-view: update mu4e-view-fieldsDirk-Jan C. Binnema
2022-12-24mu4e-view: rename mu4e~view -> mu4e--viewDirk-Jan C. Binnema
2022-12-19mu4e~view-in-headers-context: don't display bufferDirk-Jan C. Binnema
2022-12-19mu4e-view: Re-add mu4e-view-quitDirk-Jan C. Binnema
2022-12-15mu4e: use mu4e-view-rendered-hookDirk-Jan C. Binnema
2022-12-15mu4e-view: use kill-buffer-and-windowDirk-Jan C. Binnema
2022-12-15mu4e: rename mu4e-after-view-message-hook into mu4e-view-rendered-hookDirk-Jan C. Binnema
2022-12-15mu4e-view: whitespace fixesDirk-Jan C. Binnema
2022-12-14bug-reference: Add clarifying comment / checked-headers as variableTassilo Horn
2022-12-13mu4e-view: use kill-buffer-and-window for quittingDirk-Jan C. Binnema
2022-12-13mu4e-view: whitespace cleanupDirk-Jan C. Binnema
2022-12-11mu4e-view: bind 'P' to mu4e-headers-toggle-propertyDirk-Jan C. Binnema
2022-12-11mu4e-view: whitespace/newline fixesDirk-Jan C. Binnema
2022-12-03Resize headers window after displaying a messageMickey Petersen
2022-12-03Ensure the linked headers buffer state is not lostMickey Petersen
2022-12-03Correct documentationMickey Petersen
2022-12-03mu4e-loading-mode is now a minor modeMickey Petersen
2022-12-01Render with current buffer set to the viewMickey Petersen
2022-11-30Ensure the windows belonging to the now-defunct view buffer are destroyedMickey Petersen
2022-11-30Check for detached view in the navigation context macroMickey Petersen
2022-11-29Multiple buffer support and standardised window and buffer handlingMickey Petersen
2022-10-28mu4e: temporary reset browse-url-handlers in view in xwidget actionAleksei Atavin
2022-09-08Merge pull request #2329 from seanfarley/smf/save-excursion-htmlDirk-Jan C. Binnema
2022-09-03mu4e-view: use `save-excursion' around toggling htmlSean Farley